aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/intel/apollolake/uart.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/intel/apollolake/uart.c b/src/soc/intel/apollolake/uart.c
index a85ad1f6b9..e8e2661243 100644
--- a/src/soc/intel/apollolake/uart.c
+++ b/src/soc/intel/apollolake/uart.c
@@ -49,6 +49,13 @@ const struct uart_gpio_pad_config uart_gpio_pads[] = {
},
#else
{
+ .console_index = 0,
+ .gpios = {
+ PAD_CFG_NF(GPIO_38, NATIVE, DEEP, NF1), /* UART0 RX */
+ PAD_CFG_NF(GPIO_39, NATIVE, DEEP, NF1), /* UART0 TX */
+ },
+ },
+ {
.console_index = 1,
.gpios = {
PAD_CFG_NF(GPIO_42, NATIVE, DEEP, NF1), /* UART1 RX */