Hello!

The work of Charles is great and very helpful:
https://github.com/cdsteinkuehler/beaglebone-universal-io

Now I want to customize the file to:

   1. enable all GPIO from HDMI (because I disable the HDMI)
   2. enable UART5 (because I disable the HDMI)

The steps I already made:

   1. uncomment P8.27 - P8.46
   2. uncomment "uart5"

Now I have to set for P8_27:
            P8_26_default_pin: pinmux_P8_26_default_pin {
                pinctrl-single,pins = <0x07c  0x37>; };     /* Mode 7, 
Pull-Up, RxActive */
            P8_26_gpio_pin: pinmux_P8_26_gpio_pin {
                pinctrl-single,pins = <0x07c  0x2F>; };     /* Mode 7, 
RxActive */
            P8_26_gpio_pu_pin: pinmux_P8_26_gpio_pu_pin {
                pinctrl-single,pins = <0x07c  0x37>; };     /* Mode 7, 
Pull-Up, RxActive */
            P8_26_gpio_pd_pin: pinmux_P8_26_gpio_pd_pin {
                pinctrl-single,pins = <0x07c  0x27>; };     /* Mode 7, 
Pull-Down, RxActive */

Replace _26 to _27
But what for "0x07c" ?
How are calculate or is there a list?

Thank you!

-- 
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