aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8548cds.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8548cds.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8548cds.dts24
1 files changed, 10 insertions, 14 deletions
diff --git a/arch/powerpc/boot/dts/mpc8548cds.dts b/arch/powerpc/boot/dts/mpc8548cds.dts
index 70358dc0e571..64f83d0fb5aa 100644
--- a/arch/powerpc/boot/dts/mpc8548cds.dts
+++ b/arch/powerpc/boot/dts/mpc8548cds.dts
@@ -87,9 +87,9 @@
87 mdio@24520 { 87 mdio@24520 {
88 #address-cells = <1>; 88 #address-cells = <1>;
89 #size-cells = <0>; 89 #size-cells = <0>;
90 device_type = "mdio"; 90 compatible = "fsl,gianfar-mdio";
91 compatible = "gianfar";
92 reg = <24520 20>; 91 reg = <24520 20>;
92
93 phy0: ethernet-phy@0 { 93 phy0: ethernet-phy@0 {
94 interrupt-parent = <&mpic>; 94 interrupt-parent = <&mpic>;
95 interrupts = <5 1>; 95 interrupts = <5 1>;
@@ -116,9 +116,8 @@
116 }; 116 };
117 }; 117 };
118 118
119 ethernet@24000 { 119 enet0: ethernet@24000 {
120 #address-cells = <1>; 120 cell-index = <0>;
121 #size-cells = <0>;
122 device_type = "network"; 121 device_type = "network";
123 model = "eTSEC"; 122 model = "eTSEC";
124 compatible = "gianfar"; 123 compatible = "gianfar";
@@ -129,9 +128,8 @@
129 phy-handle = <&phy0>; 128 phy-handle = <&phy0>;
130 }; 129 };
131 130
132 ethernet@25000 { 131 enet1: ethernet@25000 {
133 #address-cells = <1>; 132 cell-index = <1>;
134 #size-cells = <0>;
135 device_type = "network"; 133 device_type = "network";
136 model = "eTSEC"; 134 model = "eTSEC";
137 compatible = "gianfar"; 135 compatible = "gianfar";
@@ -143,9 +141,8 @@
143 }; 141 };
144 142
145/* eTSEC 3/4 are currently broken 143/* eTSEC 3/4 are currently broken
146 ethernet@26000 { 144 enet2: ethernet@26000 {
147 #address-cells = <1>; 145 cell-index = <2>;
148 #size-cells = <0>;
149 device_type = "network"; 146 device_type = "network";
150 model = "eTSEC"; 147 model = "eTSEC";
151 compatible = "gianfar"; 148 compatible = "gianfar";
@@ -156,9 +153,8 @@
156 phy-handle = <&phy2>; 153 phy-handle = <&phy2>;
157 }; 154 };
158 155
159 ethernet@27000 { 156 enet3: ethernet@27000 {
160 #address-cells = <1>; 157 cell-index = <3>;
161 #size-cells = <0>;
162 device_type = "network"; 158 device_type = "network";
163 model = "eTSEC"; 159 model = "eTSEC";
164 compatible = "gianfar"; 160 compatible = "gianfar";