omap3-overo-tobi-common.dtsi 846 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. ranges = <5 0 0x2c000000 0x1000000>; /* CS5 */
  26. ethernet@gpmc {
  27. reg = <5 0 0xff>;
  28. interrupt-parent = <&gpio6>;
  29. interrupts = <16 IRQ_TYPE_LEVEL_LOW>; /* GPIO 176 */
  30. };
  31. };
  32. &lis33de {
  33. status = "disabled";
  34. };