summaryrefslogtreecommitdiff
path: root/board/bds
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2013-04-23 16:59:08 -0700
committerChromeBot <chrome-bot@google.com>2013-04-24 10:59:48 -0700
commit39b0f6ce0c86a2b8adf37624c08279bfe322686e (patch)
treee827a52c64f7960224ebd5396187158e89d587e9 /board/bds
parentbe2a21338cfa108075e286e8288d5384fb21045c (diff)
downloadchrome-ec-39b0f6ce0c86a2b8adf37624c08279bfe322686e.tar.gz
Specify the LM4 GPIOs to use for UART1
UART0 is the EC console, and it's consistent. UART1 is the AP console that we export via servo. It was connected to a different set of GPIOS on the BDS. BUG=chrome-os-partner:18343 TEST=build link, bds BRANCH=none Change-Id: Ib4c10fd4d2b7a8ffb4e41e216528d4760ba50de3 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/48975 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'board/bds')
-rw-r--r--board/bds/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/bds/board.h b/board/bds/board.h
index 2250ef6e06..6f4850d769 100644
--- a/board/bds/board.h
+++ b/board/bds/board.h
@@ -35,6 +35,9 @@ enum adc_channel
/* Number of I2C ports used */
#define I2C_PORTS_USED 1
+/* GPIOs for second UART port */
+#define CONFIG_UART1_GPIOS_PB0_1
+
/* GPIO signal list */
enum gpio_signal {
GPIO_RECOVERYn = 0, /* Recovery signal from DOWN button */