omap3-overo-tobi-common.dtsi 648 B

12345678910111213141516171819202122232425262728293031323334353637
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (C) 2012 Florian Vaussard, EPFL Mobots group
  4. */
  5. /*
  6. * Tobi 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. heartbeat {
  14. label = "overo:red:gpio21";
  15. gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
  16. linux,default-trigger = "heartbeat";
  17. };
  18. };
  19. };
  20. #include "omap-gpmc-smsc9221.dtsi"
  21. &gpmc {
  22. ethernet@gpmc {
  23. reg = <5 0 0xff>;
  24. interrupt-parent = <&gpio6>;
  25. interrupts = <16 IRQ_TYPE_LEVEL_LOW>; /* GPIO 176 */
  26. };
  27. };
  28. &lis33de {
  29. status = "disabled";
  30. };