omap3-overo-gallop43.dts 1023 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /*
  2. * Copyright (C) 2014 Florian Vaussard, EPFL Mobots group
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 as
  6. * published by the Free Software Foundation.
  7. */
  8. /*
  9. * Gallop43 expansion board is manufactured by Gumstix Inc.
  10. */
  11. /dts-v1/;
  12. #include "omap3-overo.dtsi"
  13. #include "omap3-overo-gallop43-common.dtsi"
  14. / {
  15. model = "OMAP35xx Gumstix Overo on Gallop43";
  16. compatible = "gumstix,omap3-overo-gallop43", "gumstix,omap3-overo", "ti,omap3430", "ti,omap3";
  17. };
  18. &omap3_pmx_core2 {
  19. led_pins: pinmux_led_pins {
  20. pinctrl-single,pins = <
  21. OMAP3430_CORE2_IOPAD(0x25ea, PIN_OUTPUT | MUX_MODE4) /* etk_d7.gpio_21 */
  22. OMAP3430_CORE2_IOPAD(0x25ec, PIN_OUTPUT | MUX_MODE4) /* etk_d8.gpio_22 */
  23. >;
  24. };
  25. button_pins: pinmux_button_pins {
  26. pinctrl-single,pins = <
  27. OMAP3430_CORE2_IOPAD(0x25ee, PIN_INPUT | MUX_MODE4) /* etk_d9.gpio_23 */
  28. OMAP3430_CORE2_IOPAD(0x25dc, PIN_INPUT | MUX_MODE4) /* etk_d0.gpio_14 */
  29. >;
  30. };
  31. };