bsp/imx: Use muxed mode for serials.

Update #3869.
This commit is contained in:
Christian Mauderer
2020-02-10 10:35:14 +01:00
parent 65e51e9f76
commit 9c7bffb541

View File

@@ -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);