omap3-overo-tobi-common.dtsi 797 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*
  2. * Copyright (C) 2012 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. * Tobi expansion board is manufactured by Gumstix Inc.
  10. */
  11. #include "omap3-overo-common-peripherals.dtsi"
  12. #include "omap3-overo-common-dvi.dtsi"
  13. / {
  14. leds {
  15. compatible = "gpio-leds";
  16. heartbeat {
  17. label = "overo:red:gpio21";
  18. gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
  19. linux,default-trigger = "heartbeat";
  20. };
  21. };
  22. };
  23. #include "omap-gpmc-smsc9221.dtsi"
  24. &gpmc {
  25. ethernet@gpmc {
  26. reg = <5 0 0xff>;
  27. interrupt-parent = <&gpio6>;
  28. interrupts = <16 IRQ_TYPE_LEVEL_LOW>; /* GPIO 176 */
  29. };
  30. };
  31. &lis33de {
  32. status = "disabled";
  33. };