aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r--arch/powerpc/boot/dts/taishan.dts13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/taishan.dts b/arch/powerpc/boot/dts/taishan.dts
index 466c3f35ce13..3d0334cec55c 100644
--- a/arch/powerpc/boot/dts/taishan.dts
+++ b/arch/powerpc/boot/dts/taishan.dts
@@ -232,6 +232,15 @@
232 reg = <40000790 8>; 232 reg = <40000790 8>;
233 }; 233 };
234 234
235 TAH0: emac-tah@40000b50 {
236 compatible = "ibm,tah-440gx", "ibm,tah";
237 reg = <40000b50 30>;
238 };
239
240 TAH1: emac-tah@40000d50 {
241 compatible = "ibm,tah-440gx", "ibm,tah";
242 reg = <40000d50 30>;
243 };
235 244
236 EMAC0: ethernet@40000800 { 245 EMAC0: ethernet@40000800 {
237 unused = <1>; 246 unused = <1>;
@@ -294,6 +303,8 @@
294 rgmii-channel = <0>; 303 rgmii-channel = <0>;
295 zmii-device = <&ZMII0>; 304 zmii-device = <&ZMII0>;
296 zmii-channel = <2>; 305 zmii-channel = <2>;
306 tah-device = <&TAH0>;
307 tah-channel = <0>;
297 }; 308 };
298 309
299 EMAC3: ethernet@40000e00 { 310 EMAC3: ethernet@40000e00 {
@@ -316,6 +327,8 @@
316 rgmii-channel = <1>; 327 rgmii-channel = <1>;
317 zmii-device = <&ZMII0>; 328 zmii-device = <&ZMII0>;
318 zmii-channel = <3>; 329 zmii-channel = <3>;
330 tah-device = <&TAH1>;
331 tah-channel = <0>;
319 }; 332 };
320 333
321 334