We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As we saw there are already define UART3 in PICO-IMX8M-MINI device tree as below. https://github.com/TechNexion/linux-tn-imx/blob/tn-imx_5.4.70_2.3.0-stable/arch/arm64/boot/dts/freescale/imx8mm-pico.dtsi#L457 May we double check can use below pins for UART port? J7 for PICO-IMX8M-MINI back connector. UART_TX / ECSPI1_MOSI / J7 57 UART_RX / ECSPI1_SCLK / J7 55 UART_RTS / ECSPI_SS0 / J7 53 UART_CTS / ECSPI_MISO / J7 59
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As we saw there are already define UART3 in PICO-IMX8M-MINI device tree as below.
https://github.com/TechNexion/linux-tn-imx/blob/tn-imx_5.4.70_2.3.0-stable/arch/arm64/boot/dts/freescale/imx8mm-pico.dtsi#L457
May we double check can use below pins for UART port?
J7 for PICO-IMX8M-MINI back connector.
UART_TX / ECSPI1_MOSI / J7 57
UART_RX / ECSPI1_SCLK / J7 55
UART_RTS / ECSPI_SS0 / J7 53
UART_CTS / ECSPI_MISO / J7 59
The text was updated successfully, but these errors were encountered: