diff options
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8544ds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc8544ds.dts | 81 |
1 files changed, 43 insertions, 38 deletions
diff --git a/arch/powerpc/boot/dts/mpc8544ds.dts b/arch/powerpc/boot/dts/mpc8544ds.dts index 0668d1048779..7c6932be0197 100644 --- a/arch/powerpc/boot/dts/mpc8544ds.dts +++ b/arch/powerpc/boot/dts/mpc8544ds.dts | |||
@@ -98,44 +98,6 @@ | |||
98 | dfsrr; | 98 | dfsrr; |
99 | }; | 99 | }; |
100 | 100 | ||
101 | mdio@24520 { | ||
102 | #address-cells = <1>; | ||
103 | #size-cells = <0>; | ||
104 | compatible = "fsl,gianfar-mdio"; | ||
105 | reg = <0x24520 0x20>; | ||
106 | |||
107 | phy0: ethernet-phy@0 { | ||
108 | interrupt-parent = <&mpic>; | ||
109 | interrupts = <10 1>; | ||
110 | reg = <0x0>; | ||
111 | device_type = "ethernet-phy"; | ||
112 | }; | ||
113 | phy1: ethernet-phy@1 { | ||
114 | interrupt-parent = <&mpic>; | ||
115 | interrupts = <10 1>; | ||
116 | reg = <0x1>; | ||
117 | device_type = "ethernet-phy"; | ||
118 | }; | ||
119 | |||
120 | tbi0: tbi-phy@11 { | ||
121 | reg = <0x11>; | ||
122 | device_type = "tbi-phy"; | ||
123 | }; | ||
124 | }; | ||
125 | |||
126 | mdio@26520 { | ||
127 | #address-cells = <1>; | ||
128 | #size-cells = <0>; | ||
129 | compatible = "fsl,gianfar-tbi"; | ||
130 | reg = <0x26520 0x20>; | ||
131 | |||
132 | tbi1: tbi-phy@11 { | ||
133 | reg = <0x11>; | ||
134 | device_type = "tbi-phy"; | ||
135 | }; | ||
136 | }; | ||
137 | |||
138 | |||
139 | dma@21300 { | 101 | dma@21300 { |
140 | #address-cells = <1>; | 102 | #address-cells = <1>; |
141 | #size-cells = <1>; | 103 | #size-cells = <1>; |
@@ -178,31 +140,74 @@ | |||
178 | }; | 140 | }; |
179 | 141 | ||
180 | enet0: ethernet@24000 { | 142 | enet0: ethernet@24000 { |
143 | #address-cells = <1>; | ||
144 | #size-cells = <1>; | ||
181 | cell-index = <0>; | 145 | cell-index = <0>; |
182 | device_type = "network"; | 146 | device_type = "network"; |
183 | model = "TSEC"; | 147 | model = "TSEC"; |
184 | compatible = "gianfar"; | 148 | compatible = "gianfar"; |
185 | reg = <0x24000 0x1000>; | 149 | reg = <0x24000 0x1000>; |
150 | ranges = <0x0 0x24000 0x1000>; | ||
186 | local-mac-address = [ 00 00 00 00 00 00 ]; | 151 | local-mac-address = [ 00 00 00 00 00 00 ]; |
187 | interrupts = <29 2 30 2 34 2>; | 152 | interrupts = <29 2 30 2 34 2>; |
188 | interrupt-parent = <&mpic>; | 153 | interrupt-parent = <&mpic>; |
189 | phy-handle = <&phy0>; | 154 | phy-handle = <&phy0>; |
190 | tbi-handle = <&tbi0>; | 155 | tbi-handle = <&tbi0>; |
191 | phy-connection-type = "rgmii-id"; | 156 | phy-connection-type = "rgmii-id"; |
157 | |||
158 | mdio@520 { | ||
159 | #address-cells = <1>; | ||
160 | #size-cells = <0>; | ||
161 | compatible = "fsl,gianfar-mdio"; | ||
162 | reg = <0x520 0x20>; | ||
163 | |||
164 | phy0: ethernet-phy@0 { | ||
165 | interrupt-parent = <&mpic>; | ||
166 | interrupts = <10 1>; | ||
167 | reg = <0x0>; | ||
168 | device_type = "ethernet-phy"; | ||
169 | }; | ||
170 | phy1: ethernet-phy@1 { | ||
171 | interrupt-parent = <&mpic>; | ||
172 | interrupts = <10 1>; | ||
173 | reg = <0x1>; | ||
174 | device_type = "ethernet-phy"; | ||
175 | }; | ||
176 | |||
177 | tbi0: tbi-phy@11 { | ||
178 | reg = <0x11>; | ||
179 | device_type = "tbi-phy"; | ||
180 | }; | ||
181 | }; | ||
192 | }; | 182 | }; |
193 | 183 | ||
194 | enet1: ethernet@26000 { | 184 | enet1: ethernet@26000 { |
185 | #address-cells = <1>; | ||
186 | #size-cells = <1>; | ||
195 | cell-index = <1>; | 187 | cell-index = <1>; |
196 | device_type = "network"; | 188 | device_type = "network"; |
197 | model = "TSEC"; | 189 | model = "TSEC"; |
198 | compatible = "gianfar"; | 190 | compatible = "gianfar"; |
199 | reg = <0x26000 0x1000>; | 191 | reg = <0x26000 0x1000>; |
192 | ranges = <0x0 0x26000 0x1000>; | ||
200 | local-mac-address = [ 00 00 00 00 00 00 ]; | 193 | local-mac-address = [ 00 00 00 00 00 00 ]; |
201 | interrupts = <31 2 32 2 33 2>; | 194 | interrupts = <31 2 32 2 33 2>; |
202 | interrupt-parent = <&mpic>; | 195 | interrupt-parent = <&mpic>; |
203 | phy-handle = <&phy1>; | 196 | phy-handle = <&phy1>; |
204 | tbi-handle = <&tbi1>; | 197 | tbi-handle = <&tbi1>; |
205 | phy-connection-type = "rgmii-id"; | 198 | phy-connection-type = "rgmii-id"; |
199 | |||
200 | mdio@520 { | ||
201 | #address-cells = <1>; | ||
202 | #size-cells = <0>; | ||
203 | compatible = "fsl,gianfar-tbi"; | ||
204 | reg = <0x520 0x20>; | ||
205 | |||
206 | tbi1: tbi-phy@11 { | ||
207 | reg = <0x11>; | ||
208 | device_type = "tbi-phy"; | ||
209 | }; | ||
210 | }; | ||
206 | }; | 211 | }; |
207 | 212 | ||
208 | serial0: serial@4500 { | 213 | serial0: serial@4500 { |