Guest User

Untitled

a guest
Apr 21st, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. am33xx_pinmux: pinmux@44e10800 {
  2. pinctrl-names = "default";
  3. pinctrl-0 = <&userled_pins>;
  4.  
  5. userled_pins: pinmux_userled_pins {
  6. pinctrl-single,pins = <
  7. 0x54 0x7 /* gpmc_a5.gpio1_21, OUTPUT | MODE7 */
  8. 0x58 0x17 /* gpmc_a6.gpio1_22, OUTPUT_PULLUP | MODE7 */
  9. 0x5c 0x7 /* gpmc_a7.gpio1_23, OUTPUT | MODE7 */
  10. 0x60 0x17 /* gpmc_a8.gpio1_24, OUTPUT_PULLUP | MODE7 */
  11. >;
  12. };
  13. i2c0_pins: pinmux_i2c0_pins {
  14. pinctrl-single,pins = <
  15. 0x188 0x70 /* i2c0_sda, SLEWCTRL_SLOW | INPUT_PULLUP | MODE0 */
  16. 0x18c 0x70 /* i2c0_scl, SLEWCTRL_SLOW | INPUT_PULLUP | MODE0 */
  17. >;
  18. };
  19. i2c2_pins: pinmux_i2c2_pins {
  20. pinctrl-single,pins = <
  21. 0x178 0x73 /* uart1_ctsn.i2c2_sda, SLEWCTRL_SLOW | INPUT_PULLUP | MODE3 */
  22. 0x17c 0x73 /* uart1_rtsn.i2c2_scl, SLEWCTRL_SLOW | INPUT_PULLUP | MODE3 */
  23. >;
  24. };
  25. mmc1_pins: pinmux_mmc1_pins {
  26. pinctrl-single,pins = <
  27. 0x160 0x2f /* GPIO0_6 (PIN_INPUT | MUX_MODE7) */
  28. >;
  29. };
  30. };
Advertisement
Add Comment
Please, Sign In to add comment