This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM3352: About UART4 Issue

Part Number: AM3352

Tool/software: Linux

Hi SIr 

We followed the DTS setting to set UART4 and didn't measure the signal from TX pin

uart4_pins: pinmux_uart4_pins {
pinctrl-single,pins = <
AM33XX_IOPAD(0x968, PIN_INPUT_PULLUP | MUX_MODE1) /* UART0_CTSn.uart4_rxd */
AM33XX_IOPAD(0x96c, PIN_OUTPUT_PULLDOWN | MUX_MODE1) /* UART0_RTSn.uart4_txd */
>;
};

&uart4 {
pinctrl-names = "default";
pinctrl-0 = <&uart4_pins>;
status = "okay";
/* dmas = <&edma_xbar 32 0 9
&edma_xbar 33 0 10>;
dma-names = "tx", "rx";*/
};

please advise if there is any issue about the DTS setting

thanks

BR

Yimin