Hello,
I am working on a custom board with i.MX8 Quad Max and kernel 5.4.24. I am using a device tree that is almost identical to the one of mek.
When i do "echo a > /dev/ttyLP0", it works and return succesfully or ttyLP0, ttyLP1, ttyLP3. When i try with ttyLP2, it hangs until i press Ctrl-C. No activity is visible with the oscilloscope.
The only change is the pinctrl:
fsl,pins = <
IMX8QM_LVDS0_I2C1_SDA_DMA_UART2_RX 0x06000021 /* INOUT, pull-up, low drive strength */
IMX8QM_LVDS0_I2C1_SCL_DMA_UART2_TX 0x06000021 /* INOUT, pull-up, low drive strength */
>;
Does ttyLP2 work out of the box or there should be some modification?
Thank you