I’m using the Colibri imx8x V1.0D. I have UART D configured and want to use SODIMM pin 67 as the RTS. Is there anything else that needs configured in the .dts file aside from the iomux being set to “ADMA.UART1.RTS_B”?
I does not appear the pin 67 changes logic levels when requested.
Checking the device tree of imx8x-colibri.dtsi, we can see that you also need to disable pwm2 using the pin you want to change the function. Therefore, the overlay could be something like the following code: