summaryrefslogtreecommitdiff
path: root/board/bds/gpio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'board/bds/gpio.inc')
-rw-r--r--board/bds/gpio.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/bds/gpio.inc b/board/bds/gpio.inc
index f22d0d0d7a..06f290e53c 100644
--- a/board/bds/gpio.inc
+++ b/board/bds/gpio.inc
@@ -15,3 +15,8 @@ GPIO(DEBUG_LED, A, 7, GPIO_OUT_LOW, NULL)
*/
UNIMPLEMENTED(WP) /* Write protect input */
UNIMPLEMENTED(ENTERING_RW) /* EC entering RW code */
+
+ALTERNATE(A, 0x03, 1, MODULE_UART, 0) /* UART0 */
+ALTERNATE(G, 0x40, 3, MODULE_I2C, 0) /* I2C5 SCL */
+ALTERNATE(G, 0x80, 3, GPIO_OPEN_DRAIN, 0) /* I2C5 SDA */
+ALTERNATE(B, 0x03, 1, MODULE_UART, 0) /* UART1 */