omap3-evm.dts 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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 "omap34xx.dtsi"
  10. / {
  11. model = "TI OMAP3 EVM (OMAP3530, AM/DM37x)";
  12. compatible = "ti,omap3-evm", "ti,omap3";
  13. cpus {
  14. cpu@0 {
  15. cpu0-supply = <&vcc>;
  16. };
  17. };
  18. memory {
  19. device_type = "memory";
  20. reg = <0x80000000 0x10000000>; /* 256 MB */
  21. };
  22. leds {
  23. compatible = "gpio-leds";
  24. ledb {
  25. label = "omap3evm::ledb";
  26. gpios = <&twl_gpio 19 GPIO_ACTIVE_HIGH>; /* LEDB */
  27. linux,default-trigger = "default-on";
  28. };
  29. };
  30. };
  31. &i2c1 {
  32. clock-frequency = <2600000>;
  33. twl: twl@48 {
  34. reg = <0x48>;
  35. interrupts = <7>; /* SYS_NIRQ cascaded to intc */
  36. interrupt-parent = <&intc>;
  37. };
  38. };
  39. #include "twl4030.dtsi"
  40. #include "twl4030_omap3.dtsi"
  41. &i2c2 {
  42. clock-frequency = <400000>;
  43. };
  44. &i2c3 {
  45. clock-frequency = <400000>;
  46. /*
  47. * TVP5146 Video decoder-in for analog input support.
  48. */
  49. tvp5146@5c {
  50. compatible = "ti,tvp5146m2";
  51. reg = <0x5c>;
  52. };
  53. };
  54. &twl_gpio {
  55. ti,use-leds;
  56. };
  57. &usb_otg_hs {
  58. interface-type = <0>;
  59. usb-phy = <&usb2_phy>;
  60. mode = <3>;
  61. power = <50>;
  62. };