omap3-evm-common.dtsi 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. /*
  2. * Common support for omap3 EVM boards
  3. */
  4. #include "omap-gpmc-smsc911x.dtsi"
  5. / {
  6. cpus {
  7. cpu@0 {
  8. cpu0-supply = <&vcc>;
  9. };
  10. };
  11. leds {
  12. compatible = "gpio-leds";
  13. ledb {
  14. label = "omap3evm::ledb";
  15. gpios = <&twl_gpio 19 GPIO_ACTIVE_HIGH>; /* LEDB */
  16. linux,default-trigger = "default-on";
  17. };
  18. };
  19. wl12xx_vmmc: wl12xx_vmmc {
  20. compatible = "regulator-fixed";
  21. regulator-name = "vwl1271";
  22. regulator-min-microvolt = <1800000>;
  23. regulator-max-microvolt = <1800000>;
  24. gpio = <&gpio5 22 0>; /* gpio150 */
  25. startup-delay-us = <70000>;
  26. enable-active-high;
  27. vin-supply = <&vmmc2>;
  28. };
  29. };
  30. &i2c1 {
  31. clock-frequency = <2600000>;
  32. twl: twl@48 {
  33. reg = <0x48>;
  34. interrupts = <7>; /* SYS_NIRQ cascaded to intc */
  35. interrupt-parent = <&intc>;
  36. };
  37. };
  38. #include "twl4030.dtsi"
  39. #include "twl4030_omap3.dtsi"
  40. &i2c2 {
  41. clock-frequency = <400000>;
  42. };
  43. &i2c3 {
  44. clock-frequency = <400000>;
  45. /*
  46. * TVP5146 Video decoder-in for analog input support.
  47. */
  48. tvp5146@5c {
  49. compatible = "ti,tvp5146m2";
  50. reg = <0x5c>;
  51. };
  52. };
  53. &mmc1 {
  54. vmmc-supply = <&vmmc1>;
  55. vmmc_aux-supply = <&vsim>;
  56. bus-width = <8>;
  57. };
  58. &mmc2 {
  59. vmmc-supply = <&wl12xx_vmmc>;
  60. non-removable;
  61. bus-width = <4>;
  62. cap-power-off-card;
  63. };
  64. &twl_gpio {
  65. ti,use-leds;
  66. };
  67. &usb_otg_hs {
  68. interface-type = <0>;
  69. usb-phy = <&usb2_phy>;
  70. phys = <&usb2_phy>;
  71. phy-names = "usb2-phy";
  72. mode = <3>;
  73. power = <50>;
  74. };
  75. &gpmc {
  76. ethernet@gpmc {
  77. interrupt-parent = <&gpio6>;
  78. interrupts = <16 8>;
  79. reg = <5 0 0xff>;
  80. };
  81. };