Hi all,

Quick question, what reference should I look to for answers for the values that are used in .dts file for pin muxing?

For example:

  fragment@0 {
        target = <&am33xx_pinmux>;
        __overlay__ {
            bb_uart4_pins: pinmux_bb_uart4_pins {
                pinctrl-single,pins = <
                    0x070 0x26    /* gpmc_wait0.uart4_rxd | MODE6 */
                    0x074 0x06    /* gpmc_wpn.uart4_txd | MODE6 */
                >;
            };
        };
    };


Where does one find the values that are used in the pinctrl-single,pins element?
    0x070 0x26
    0x074 0x06

I'm looking at enabling UART3 on the AM335x ZCZ balls L16 and L17 (gpio2_19 and gpio2_18) .

Thanks,

Ross



--
For more options, visit http://beagleboard.org/discuss
--- You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to