diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8536ds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8536ds.dts | 78 |
1 files changed, 42 insertions, 36 deletions
diff --git a/arch/powerpc/boot/dts/mpc8536ds.dts b/arch/powerpc/boot/dts/mpc8536ds.dts index 3c905df1812c..b31c5041350b 100644 --- a/arch/powerpc/boot/dts/mpc8536ds.dts +++ b/arch/powerpc/boot/dts/mpc8536ds.dts | |||
@@ -137,42 +137,6 @@ | |||
137 | }; | 137 | }; |
138 | }; | 138 | }; |
139 | 139 | ||
140 | mdio@24520 { | ||
141 | #address-cells = <1>; | ||
142 | #size-cells = <0>; | ||
143 | compatible = "fsl,gianfar-mdio"; | ||
144 | reg = <0x24520 0x20>; | ||
145 | |||
146 | phy0: ethernet-phy@0 { | ||
147 | interrupt-parent = <&mpic>; | ||
148 | interrupts = <10 0x1>; | ||
149 | reg = <0>; | ||
150 | device_type = "ethernet-phy"; | ||
151 | }; | ||
152 | phy1: ethernet-phy@1 { | ||
153 | interrupt-parent = <&mpic>; | ||
154 | interrupts = <10 0x1>; | ||
155 | reg = <1>; | ||
156 | device_type = "ethernet-phy"; | ||
157 | }; | ||
158 | tbi0: tbi-phy@11 { | ||
159 | reg = <0x11>; | ||
160 | device_type = "tbi-phy"; | ||
161 | }; | ||
162 | }; | ||
163 | |||
164 | mdio@26520 { | ||
165 | #address-cells = <1>; | ||
166 | #size-cells = <0>; | ||
167 | compatible = "fsl,gianfar-tbi"; | ||
168 | reg = <0x26520 0x20>; | ||
169 | |||
170 | tbi1: tbi-phy@11 { | ||
171 | reg = <0x11>; | ||
172 | device_type = "tbi-phy"; | ||
173 | }; | ||
174 | }; | ||
175 | |||
176 | usb@22000 { | 140 | usb@22000 { |
177 | compatible = "fsl,mpc8536-usb2-mph", "fsl-usb2-mph"; | 141 | compatible = "fsl,mpc8536-usb2-mph", "fsl-usb2-mph"; |
178 | reg = <0x22000 0x1000>; | 142 | reg = <0x22000 0x1000>; |
@@ -194,31 +158,73 @@ | |||
194 | }; | 158 | }; |
195 | 159 | ||
196 | enet0: ethernet@24000 { | 160 | enet0: ethernet@24000 { |
161 | #address-cells = <1>; | ||
162 | #size-cells = <1>; | ||
197 | cell-index = <0>; | 163 | cell-index = <0>; |
198 | device_type = "network"; | 164 | device_type = "network"; |
199 | model = "eTSEC"; | 165 | model = "eTSEC"; |
200 | compatible = "gianfar"; | 166 | compatible = "gianfar"; |
201 | reg = <0x24000 0x1000>; | 167 | reg = <0x24000 0x1000>; |
168 | ranges = <0x0 0x24000 0x1000>; | ||
202 | local-mac-address = [ 00 00 00 00 00 00 ]; | 169 | local-mac-address = [ 00 00 00 00 00 00 ]; |
203 | interrupts = <29 2 30 2 34 2>; | 170 | interrupts = <29 2 30 2 34 2>; |
204 | interrupt-parent = <&mpic>; | 171 | interrupt-parent = <&mpic>; |
205 | tbi-handle = <&tbi0>; | 172 | tbi-handle = <&tbi0>; |
206 | phy-handle = <&phy1>; | 173 | phy-handle = <&phy1>; |
207 | phy-connection-type = "rgmii-id"; | 174 | phy-connection-type = "rgmii-id"; |
175 | |||
176 | mdio@520 { | ||
177 | #address-cells = <1>; | ||
178 | #size-cells = <0>; | ||
179 | compatible = "fsl,gianfar-mdio"; | ||
180 | reg = <0x520 0x20>; | ||
181 | |||
182 | phy0: ethernet-phy@0 { | ||
183 | interrupt-parent = <&mpic>; | ||
184 | interrupts = <10 0x1>; | ||
185 | reg = <0>; | ||
186 | device_type = "ethernet-phy"; | ||
187 | }; | ||
188 | phy1: ethernet-phy@1 { | ||
189 | interrupt-parent = <&mpic>; | ||
190 | interrupts = <10 0x1>; | ||
191 | reg = <1>; | ||
192 | device_type = "ethernet-phy"; | ||
193 | }; | ||
194 | tbi0: tbi-phy@11 { | ||
195 | reg = <0x11>; | ||
196 | device_type = "tbi-phy"; | ||
197 | }; | ||
198 | }; | ||
208 | }; | 199 | }; |
209 | 200 | ||
210 | enet1: ethernet@26000 { | 201 | enet1: ethernet@26000 { |
202 | #address-cells = <1>; | ||
203 | #size-cells = <1>; | ||
211 | cell-index = <1>; | 204 | cell-index = <1>; |
212 | device_type = "network"; | 205 | device_type = "network"; |
213 | model = "eTSEC"; | 206 | model = "eTSEC"; |
214 | compatible = "gianfar"; | 207 | compatible = "gianfar"; |
215 | reg = <0x26000 0x1000>; | 208 | reg = <0x26000 0x1000>; |
209 | ranges = <0x0 0x26000 0x1000>; | ||
216 | local-mac-address = [ 00 00 00 00 00 00 ]; | 210 | local-mac-address = [ 00 00 00 00 00 00 ]; |
217 | interrupts = <31 2 32 2 33 2>; | 211 | interrupts = <31 2 32 2 33 2>; |
218 | interrupt-parent = <&mpic>; | 212 | interrupt-parent = <&mpic>; |
219 | tbi-handle = <&tbi1>; | 213 | tbi-handle = <&tbi1>; |
220 | phy-handle = <&phy0>; | 214 | phy-handle = <&phy0>; |
221 | phy-connection-type = "rgmii-id"; | 215 | phy-connection-type = "rgmii-id"; |
216 | |||
217 | mdio@520 { | ||
218 | #address-cells = <1>; | ||
219 | #size-cells = <0>; | ||
220 | compatible = "fsl,gianfar-tbi"; | ||
221 | reg = <0x520 0x20>; | ||
222 | |||
223 | tbi1: tbi-phy@11 { | ||
224 | reg = <0x11>; | ||
225 | device_type = "tbi-phy"; | ||
226 | }; | ||
227 | }; | ||
222 | }; | 228 | }; |
223 | 229 | ||
224 | usb@2b000 { | 230 | usb@2b000 { |