omap3-evm.dts 886 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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 EVM (OMAP3530, AM/DM37x)";
  12. compatible = "ti,omap3-evm", "ti,omap3";
  13. memory {
  14. device_type = "memory";
  15. reg = <0x80000000 0x10000000>; /* 256 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 = <400000>;
  32. /*
  33. * TVP5146 Video decoder-in for analog input support.
  34. */
  35. tvp5146@5c {
  36. compatible = "ti,tvp5146m2";
  37. reg = <0x5c>;
  38. };
  39. };