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