Other Parts Discussed in Thread: AM3356
Hi,
I want to use all serial ports in AM3356 chip in costume board developed by us.
I know that we need to modify dts file and need to recompile it. But am bit unfamiliar with dts files . I found following in the device tree source files for am335xx chips.
uart0_pins: pinmux_uart0_pins {
pinctrl-single,pins = <
0x170 (PIN_INPUT_PULLUP | MUX_MODE0) /* uart0_rxd.uart0_rxd */
0x174 (PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* uart0_txd.uart0_txd */
>;
};
uart1_pins_default: pinmux_uart1_pins_default {
pinctrl-single,pins = <
0x178 (PIN_INPUT | MUX_MODE0) /* uart1_ctsn.uart1_ctsn */
0x17C (PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* uart1_rtsn.uart1_rtsn */
0x180 (PIN_INPUT_PULLUP | MUX_MODE0) /* uart1_rxd.uart1_rxd */
0x184 (PIN_OUTPUT_PULLDOWN | MUX_MODE0) /* uart1_txd.uart1_txd */
>;
};
I want to add pin mux details for UART2,UART3 and UART5.
What is 0x170,0x174 etc.. refereed in the above snippet .what will be this values for UART2,UART3 and UART5.
Thanks and regards
Gokul CG [gokul.g@kalkitech.in]