omap4-panda.dts 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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/ "omap4.dtsi"
  10. / {
  11. model = "TI OMAP4 PandaBoard";
  12. compatible = "ti,omap4-panda", "ti,omap4430", "ti,omap4";
  13. memory {
  14. device_type = "memory";
  15. reg = <0x80000000 0x40000000>; /* 1 GB */
  16. };
  17. };
  18. &i2c1 {
  19. clock-frequency = <400000>;
  20. twl: twl@48 {
  21. reg = <0x48>;
  22. /* SPI = 0, IRQ# = 7, 4 = active high level-sensitive */
  23. interrupts = <0 7 4>; /* IRQ_SYS_1N cascaded to gic */
  24. interrupt-parent = <&gic>;
  25. };
  26. };
  27. /include/ "twl6030.dtsi"
  28. &i2c2 {
  29. clock-frequency = <400000>;
  30. };
  31. &i2c3 {
  32. clock-frequency = <100000>;
  33. /*
  34. * Display monitor features are burnt in their EEPROM as EDID data.
  35. * The EEPROM is connected as I2C slave device.
  36. */
  37. eeprom@50 {
  38. compatible = "ti,eeprom";
  39. reg = <0x50>;
  40. };
  41. };
  42. &i2c4 {
  43. clock-frequency = <400000>;
  44. };