omap3-evm-common.dtsi 836 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /*
  2. * Common support for omap3 EVM boards
  3. */
  4. / {
  5. cpus {
  6. cpu@0 {
  7. cpu0-supply = <&vcc>;
  8. };
  9. };
  10. leds {
  11. compatible = "gpio-leds";
  12. ledb {
  13. label = "omap3evm::ledb";
  14. gpios = <&twl_gpio 19 GPIO_ACTIVE_HIGH>; /* LEDB */
  15. linux,default-trigger = "default-on";
  16. };
  17. };
  18. };
  19. &i2c1 {
  20. clock-frequency = <2600000>;
  21. twl: twl@48 {
  22. reg = <0x48>;
  23. interrupts = <7>; /* SYS_NIRQ cascaded to intc */
  24. interrupt-parent = <&intc>;
  25. };
  26. };
  27. #include "twl4030.dtsi"
  28. #include "twl4030_omap3.dtsi"
  29. &i2c2 {
  30. clock-frequency = <400000>;
  31. };
  32. &i2c3 {
  33. clock-frequency = <400000>;
  34. /*
  35. * TVP5146 Video decoder-in for analog input support.
  36. */
  37. tvp5146@5c {
  38. compatible = "ti,tvp5146m2";
  39. reg = <0x5c>;
  40. };
  41. };
  42. &twl_gpio {
  43. ti,use-leds;
  44. };
  45. &usb_otg_hs {
  46. interface-type = <0>;
  47. usb-phy = <&usb2_phy>;
  48. mode = <3>;
  49. power = <50>;
  50. };