From 9c7bffb5415313acb87224048c42bb18614bb532 Mon Sep 17 00:00:00 2001 From: Christian Mauderer Date: Mon, 10 Feb 2020 10:35:14 +0100 Subject: bsp/imx: Use muxed mode for serials. Update #3869. --- bsps/arm/imx/console/console-config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bsps/arm/imx/console/console-config.c b/bsps/arm/imx/console/console-config.c index 04bec993ae..caebc6bc39 100644 --- a/bsps/arm/imx/console/console-config.c +++ b/bsps/arm/imx/console/console-config.c @@ -253,6 +253,7 @@ static bool imx_uart_first_open( regs->ucr1 = IMX_UART_UCR1_UARTEN; regs->ucr2 = IMX_UART_UCR2_IRTS | IMX_UART_UCR2_WS | IMX_UART_UCR2_RXEN | IMX_UART_UCR2_TXEN | IMX_UART_UCR2_SRST; + regs->ucr3 |= IMX_UART_UCR3_ADNIMP | IMX_UART_UCR3_RXDMUXSEL; rtems_termios_set_initial_baud(tty, 115200); imx_uart_set_attributes(base, term); -- cgit v1.2.3