diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8349emitx.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8349emitx.dts | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc8349emitx.dts b/arch/powerpc/boot/dts/mpc8349emitx.dts index 4bdbaf4993a..b5eda94a8e2 100644 --- a/arch/powerpc/boot/dts/mpc8349emitx.dts +++ b/arch/powerpc/boot/dts/mpc8349emitx.dts | |||
@@ -85,7 +85,6 @@ | |||
85 | dfsrr; | 85 | dfsrr; |
86 | 86 | ||
87 | rtc@68 { | 87 | rtc@68 { |
88 | device_type = "rtc"; | ||
89 | compatible = "dallas,ds1339"; | 88 | compatible = "dallas,ds1339"; |
90 | reg = <0x68>; | 89 | reg = <0x68>; |
91 | interrupts = <18 0x8>; | 90 | interrupts = <18 0x8>; |
@@ -184,6 +183,22 @@ | |||
184 | reg = <0x1c>; | 183 | reg = <0x1c>; |
185 | device_type = "ethernet-phy"; | 184 | device_type = "ethernet-phy"; |
186 | }; | 185 | }; |
186 | tbi0: tbi-phy@11 { | ||
187 | reg = <0x11>; | ||
188 | device_type = "tbi-phy"; | ||
189 | }; | ||
190 | }; | ||
191 | |||
192 | mdio@25520 { | ||
193 | #address-cells = <1>; | ||
194 | #size-cells = <0>; | ||
195 | compatible = "fsl,gianfar-tbi"; | ||
196 | reg = <0x25520 0x20>; | ||
197 | |||
198 | tbi1: tbi-phy@11 { | ||
199 | reg = <0x11>; | ||
200 | device_type = "tbi-phy"; | ||
201 | }; | ||
187 | }; | 202 | }; |
188 | 203 | ||
189 | enet0: ethernet@24000 { | 204 | enet0: ethernet@24000 { |
@@ -195,6 +210,7 @@ | |||
195 | local-mac-address = [ 00 00 00 00 00 00 ]; | 210 | local-mac-address = [ 00 00 00 00 00 00 ]; |
196 | interrupts = <32 0x8 33 0x8 34 0x8>; | 211 | interrupts = <32 0x8 33 0x8 34 0x8>; |
197 | interrupt-parent = <&ipic>; | 212 | interrupt-parent = <&ipic>; |
213 | tbi-handle = <&tbi0>; | ||
198 | phy-handle = <&phy1c>; | 214 | phy-handle = <&phy1c>; |
199 | linux,network-index = <0>; | 215 | linux,network-index = <0>; |
200 | }; | 216 | }; |
@@ -211,6 +227,7 @@ | |||
211 | /* Vitesse 7385 isn't on the MDIO bus */ | 227 | /* Vitesse 7385 isn't on the MDIO bus */ |
212 | fixed-link = <1 1 1000 0 0>; | 228 | fixed-link = <1 1 1000 0 0>; |
213 | linux,network-index = <1>; | 229 | linux,network-index = <1>; |
230 | tbi-handle = <&tbi1>; | ||
214 | }; | 231 | }; |
215 | 232 | ||
216 | serial0: serial@4500 { | 233 | serial0: serial@4500 { |