diff --git a/src/mainboard/lattepanda/mu/early_gpio.c b/src/mainboard/lattepanda/mu/early_gpio.c index f44e67dcfb..e08e7bbd55 100644 --- a/src/mainboard/lattepanda/mu/early_gpio.c +++ b/src/mainboard/lattepanda/mu/early_gpio.c @@ -10,9 +10,9 @@ static const struct pad_config early_uart_gpio_table[] = { /* UART0 TX */ PAD_CFG_NF(GPP_H11, NONE, DEEP, NF2), /* UART1 RX */ - PAD_CFG_NF(GPP_D17, NONE, DEEP, NF2), + PAD_CFG_NF(GPP_D17, NONE, DEEP, NF1), /* UART1 TX */ - PAD_CFG_NF(GPP_D18, NONE, DEEP, NF2), + PAD_CFG_NF(GPP_D18, NONE, DEEP, NF1), /* UART2 RX */ PAD_CFG_NF(GPP_F1, NONE, DEEP, NF2), /* UART2 TX */