omap3-overo-summit.dts 566 B

123456789101112131415161718192021222324252627
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (C) 2014 Florian Vaussard, EPFL Mobots group
  4. */
  5. /*
  6. * Summit expansion board is manufactured by Gumstix Inc.
  7. */
  8. /dts-v1/;
  9. #include "omap3-overo.dtsi"
  10. #include "omap3-overo-summit-common.dtsi"
  11. / {
  12. model = "OMAP35xx Gumstix Overo on Summit";
  13. compatible = "gumstix,omap3-overo-summit", "gumstix,omap3-overo", "ti,omap3430", "ti,omap3";
  14. };
  15. &omap3_pmx_core2 {
  16. led_pins: pinmux_led_pins {
  17. pinctrl-single,pins = <
  18. OMAP3430_CORE2_IOPAD(0x25ea, PIN_OUTPUT | MUX_MODE4) /* etk_d7.gpio_21 */
  19. >;
  20. };
  21. };