omap3-tobi.dts 693 B

1234567891011121314151617181920212223242526272829303132333435
  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.dtsi"
  12. / {
  13. model = "TI OMAP3 Gumstix Overo on Tobi";
  14. compatible = "ti,omap3-tobi", "ti,omap3-overo", "ti,omap3";
  15. leds {
  16. compatible = "gpio-leds";
  17. heartbeat {
  18. label = "overo:red:gpio21";
  19. gpios = <&gpio1 21 0>;
  20. linux,default-trigger = "heartbeat";
  21. };
  22. };
  23. };
  24. &i2c3 {
  25. clock-frequency = <100000>;
  26. };
  27. &mmc3 {
  28. status = "disabled";
  29. };