Tool/software: Linux
I am using UART4_RXD/TXD for communication I have tried to open ttyO4 port but I can't able to find ttyO4 in the "/dev/ttyO4" directory. How can open /dev/ttyO4.
I used ti-processor sdk -linux-am335x v04.02 version.
SOURCE FILE
&am33xx_pinmux {
[.......]
uart4_pins: uart4_pins {
pinctrl-single,pins = <
0x70 (PIN_INPUT | MUX_MODE6) /*conf_gpmc_wait0.UART4_RXD*/
0x74 (PIN_OUTPUT | MUX_MODE6) /*conf_gpmc_wpn.UART4_TXD*/
>;
};
};
&uart4 {
status = "okay";
pinctrl-names = "default";
pinctrl-0 = <&uart4_pins>;
};
Thanks,
somkiat