Other Parts Discussed in Thread: AM3352
Hi,
In am335x-bone-common.dtsi.
the following pin mux is defined for a gpio.
user_leds_default: user_leds_default {
pinctrl-single,pins = <
0x54 (PIN_OUTPUT_PULLDOWN | MUX_MODE7) /* gpmc_a5.gpio1_21 */
How do i come to know about the pin no., in this case 0x54., for a particular intended pin. Lets say if i want to mux the UART 4 pins then how do i get the pin number for the uart4 tx and rx.?
Thanks
-RD