Can I mix the pins of uart1 and uart3 to use them in the same pinctrl later?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can I mix the pins of uart1 and uart3 to use them in the same pinctrl later?

580 Views
cesar_miguel
Contributor II

I am working with an imx8mm-lpdrr4-evk board and I want to know if it is possible to do this for example.

pinctrl_uart_mix: uartMgrp {
fsl,pins = <
MX8MM_IOMUXC_UART1_RXD_UART1_DCE_RX 0x140
MX8MM_IOMUXC_UART1_TXD_UART1_DCE_TX 0x140
MX8MM_IOMUXC_ECSPI1_SS0_UART3_DCE_RTS_B 0x140
MX8MM_IOMUXC_ECSPI1_MISO_UART3_DCE_CTS_B 0x140
}

To use these lines later in a driver with flow control of uart1 but using the lines of uart3

Can you tell me if it is possible and why or not and why?

0 Kudos
1 Reply

530 Views
igorpadykov
NXP Employee
NXP Employee

Hi CESAR

>use these lines later in a driver with flow control of uart1 but using the lines of uart3

>Can you tell me if it is possible and why or not and why?

I am afraid this is not possible as uart1 and uart3 are separate modules and

working independently from each other.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos