omap3-overo-summit.dts 715 B

12345678910111213141516171819202122232425262728293031
  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. * Summit expansion board is manufactured by Gumstix Inc.
  10. */
  11. /dts-v1/;
  12. #include "omap3-overo.dtsi"
  13. #include "omap3-overo-summit-common.dtsi"
  14. / {
  15. model = "OMAP35xx Gumstix Overo on Summit";
  16. compatible = "gumstix,omap3-overo-summit", "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. >;
  23. };
  24. };