omap3-igep0020.dts 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. /*
  2. * Device Tree Source for IGEPv2 board
  3. *
  4. * Copyright (C) 2012 Javier Martinez Canillas <javier@collabora.co.uk>
  5. * Copyright (C) 2012 Enric Balletbo i Serra <eballetbo@gmail.com>
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License version 2 as
  9. * published by the Free Software Foundation.
  10. */
  11. /include/ "omap3-igep.dtsi"
  12. / {
  13. model = "IGEPv2";
  14. compatible = "isee,omap3-igep0020", "ti,omap3";
  15. leds {
  16. compatible = "gpio-leds";
  17. boot {
  18. label = "omap3:green:boot";
  19. gpios = <&gpio1 26 0>;
  20. default-state = "on";
  21. };
  22. user0 {
  23. label = "omap3:red:user0";
  24. gpios = <&gpio1 27 0>;
  25. default-state = "off";
  26. };
  27. user1 {
  28. label = "omap3:red:user1";
  29. gpios = <&gpio1 28 0>;
  30. default-state = "off";
  31. };
  32. user2 {
  33. label = "omap3:green:user1";
  34. gpios = <&twl_gpio 19 1>;
  35. };
  36. };
  37. };
  38. &i2c3 {
  39. clock-frequency = <100000>;
  40. /*
  41. * Display monitor features are burnt in the EEPROM
  42. * as EDID data.
  43. */
  44. eeprom@50 {
  45. compatible = "ti,eeprom";
  46. reg = <0x50>;
  47. };
  48. };