omap3-overo-summit-common.dtsi 546 B

1234567891011121314151617181920212223242526272829
  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. #include "omap3-overo-common-peripherals.dtsi"
  9. #include "omap3-overo-common-dvi.dtsi"
  10. / {
  11. leds {
  12. compatible = "gpio-leds";
  13. pinctrl-names = "default";
  14. pinctrl-0 = <&led_pins>;
  15. heartbeat {
  16. label = "overo:red:gpio21";
  17. gpios = <&gpio1 21 GPIO_ACTIVE_LOW>; /* gpio_21 */
  18. linux,default-trigger = "heartbeat";
  19. };
  20. };
  21. };
  22. &lis33de {
  23. status = "disabled";
  24. };