omap3-evm.dts 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. leds {
  18. compatible = "gpio-leds";
  19. ledb {
  20. label = "omap3evm::ledb";
  21. gpios = <&twl_gpio 19 0>; /* LEDB */
  22. linux,default-trigger = "default-on";
  23. };
  24. };
  25. };
  26. &i2c1 {
  27. clock-frequency = <2600000>;
  28. twl: twl@48 {
  29. reg = <0x48>;
  30. interrupts = <7>; /* SYS_NIRQ cascaded to intc */
  31. interrupt-parent = <&intc>;
  32. };
  33. };
  34. /include/ "twl4030.dtsi"
  35. &i2c2 {
  36. clock-frequency = <400000>;
  37. };
  38. &i2c3 {
  39. clock-frequency = <400000>;
  40. /*
  41. * TVP5146 Video decoder-in for analog input support.
  42. */
  43. tvp5146@5c {
  44. compatible = "ti,tvp5146m2";
  45. reg = <0x5c>;
  46. };
  47. };
  48. &twl_gpio {
  49. ti,use-leds;
  50. };