diff options
author | Florian Vaussard <florian.vaussard@epfl.ch> | 2013-06-11 10:49:47 -0400 |
---|---|---|
committer | Benoit Cousson <benoit.cousson@linaro.org> | 2013-06-19 05:37:59 -0400 |
commit | c6ef01322b45ac241227a65f576ed3c60b88c8a1 (patch) | |
tree | 67367ad8c77bec49eb4aa9e337742088473453d0 /arch | |
parent | 71fdc6e4889481541942bffb68a3cb8f141b6f30 (diff) |
ARM: dts: omap3-tobi: Add SMSC911X node
The Tobi expansion boards embeds a SMSC LAN8700 PHY. Add the
corresponding node into the DT. The regulators are not designed
to be turned off.
Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/omap3-tobi.dts | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-tobi.dts b/arch/arm/boot/dts/omap3-tobi.dts index c7eebbf932f5..b36b5539dde3 100644 --- a/arch/arm/boot/dts/omap3-tobi.dts +++ b/arch/arm/boot/dts/omap3-tobi.dts | |||
@@ -24,6 +24,54 @@ | |||
24 | linux,default-trigger = "heartbeat"; | 24 | linux,default-trigger = "heartbeat"; |
25 | }; | 25 | }; |
26 | }; | 26 | }; |
27 | |||
28 | vddvario: regulator-vddvario { | ||
29 | compatible = "regulator-fixed"; | ||
30 | regulator-name = "vddvario"; | ||
31 | regulator-always-on; | ||
32 | }; | ||
33 | |||
34 | vdd33a: regulator-vdd33a { | ||
35 | compatible = "regulator-fixed"; | ||
36 | regulator-name = "vdd33a"; | ||
37 | regulator-always-on; | ||
38 | }; | ||
39 | }; | ||
40 | |||
41 | &gpmc { | ||
42 | ranges = <5 0 0x2c000000 0x1000000>; /* CS5 */ | ||
43 | |||
44 | ethernet@5,0 { | ||
45 | compatible = "smsc,lan9221", "smsc,lan9115"; | ||
46 | reg = <5 0 0xff>; | ||
47 | bank-width = <2>; | ||
48 | |||
49 | gpmc,mux-add-data; | ||
50 | gpmc,cs-on-ns = <0>; | ||
51 | gpmc,cs-rd-off-ns = <42>; | ||
52 | gpmc,cs-wr-off-ns = <36>; | ||
53 | gpmc,adv-on-ns = <6>; | ||
54 | gpmc,adv-rd-off-ns = <12>; | ||
55 | gpmc,adv-wr-off-ns = <12>; | ||
56 | gpmc,oe-on-ns = <0>; | ||
57 | gpmc,oe-off-ns = <42>; | ||
58 | gpmc,we-on-ns = <0>; | ||
59 | gpmc,we-off-ns = <36>; | ||
60 | gpmc,rd-cycle-ns = <60>; | ||
61 | gpmc,wr-cycle-ns = <54>; | ||
62 | gpmc,access-ns = <36>; | ||
63 | gpmc,page-burst-access-ns = <0>; | ||
64 | gpmc,bus-turnaround-ns = <0>; | ||
65 | gpmc,cycle2cycle-delay-ns = <0>; | ||
66 | gpmc,wr-data-mux-bus-ns = <18>; | ||
67 | gpmc,wr-access-ns = <42>; | ||
68 | gpmc,cycle2cycle-samecsen; | ||
69 | gpmc,cycle2cycle-diffcsen; | ||
70 | |||
71 | interrupt-parent = <&gpio6>; | ||
72 | interrupts = <16 IRQ_TYPE_LEVEL_LOW>; /* GPIO 176 */ | ||
73 | reg-io-width = <4>; | ||
74 | }; | ||
27 | }; | 75 | }; |
28 | 76 | ||
29 | &i2c3 { | 77 | &i2c3 { |