omap3-beagle.dts 888 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /*
  2. * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
  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. /dts-v1/;
  9. /include/ "omap3.dtsi"
  10. / {
  11. model = "TI OMAP3 BeagleBoard";
  12. compatible = "ti,omap3-beagle", "ti,omap3";
  13. memory {
  14. device_type = "memory";
  15. reg = <0x80000000 0x20000000>; /* 512 MB */
  16. };
  17. };
  18. &i2c1 {
  19. clock-frequency = <2600000>;
  20. twl: twl@48 {
  21. reg = <0x48>;
  22. interrupts = <7>; /* SYS_NIRQ cascaded to intc */
  23. interrupt-parent = <&intc>;
  24. };
  25. };
  26. /include/ "twl4030.dtsi"
  27. &i2c2 {
  28. clock-frequency = <400000>;
  29. };
  30. &i2c3 {
  31. clock-frequency = <100000>;
  32. /*
  33. * Display monitor features are burnt in the EEPROM
  34. * as EDID data.
  35. */
  36. eeprom@50 {
  37. compatible = "ti,eeprom";
  38. reg = <0x50>;
  39. };
  40. };