HI:
peter:
I have already readed the mentioned content.I have a little understanding already.However, I want to bother you about.
1.In arch/arm/plat-mxc/include/mach/iomux-mx6q.h,the original definition of __MX6Q_PAD_CSI0_DAT17__UART4_CTS is as follows:
#define _MX6Q_PAD_CSI0_DAT17__UART4_CTS IOMUX_PAD(0x066C, 0x029C, 3, 0x0934, 1, 0)
I will modified #define _MX6Q_PAD_CSI0_DAT17__UART4_CTS IOMUX_PAD(0x066C, 0x029C, 3, 0, 0, 0)
the original definiton of _MX6Q_PAD_CSI0_DAT16__UART4_RTS is #define _MX6Q_PAD_CSI0_DAT16__UART4_RTS IOMUX_PAD(0x0668, 0x0298, 3, 0x0934, 0, 0)
I will modified #define _MX6Q_PAD_CSI0_DAT16__UART4_RTS IOMUX_PAD(0x0668, 0x0298, 3, 0, 1, 0)
2.IMX6DQ is default DEC mode?
3.If it is DEC mode ,i can acuqire the hardware connection:
AP6210 IMX6
UART_TX UART4_RX
UART_RX UART4_TX
UART_CTS_N UART4_CTS
UART_RTS_N UART4_RTS
peter, I hope you can give me some advice finally.Thank you very much
Best Regards