Hi ,
In the MCIMX6DLAICPU2 card there are 5 uarts out of which two are enabled and we want to enable remaining.
We changed in imx6qdl-sabreauto.dtsi and imx6qdl.dtsi files to enable uart1 , uart2 and uart5. But after flashing the images
in board prompt , it is showing :
/dev/ttymxc2 and /dev/ttymxc3 which was already there/
How to enable them so that it is visible in /dev ?
Please let me know if something else has to be done.
Thanks,
Abhirup Mitra
Hi ,
Thanks for that Joan Xie.
we added
pinctrl_uart2: uart2grp {
fsl,pins = <
MX6QDL_PAD_GPIO_7__UART2_TX_DATA 0x1b0b1
MX6QDL_PAD_GPIO_8__UART2_RX_DATA 0x1b0b1
MX6QDL_PAD_SD4_DAT5__UART2_RTS_B 0x1b0b1
MX6QDL_PAD_SD4_DAT6__UART2_CTS_B 0x1b0b1
>;
};
in imx6qdl-sabreauto.dtsi file for enabling uart.
Also we added: