canyonlands.dts (8bc4a51d28b760b40b21217c7d613777cfeeb3b0) canyonlands.dts (a6190a84ab1163f750fcd1511bd96f7803724cd3)
1/*
2 * Device Tree Source for AMCC Canyonlands (460EX)
3 *
4 * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
5 *
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2. This program is licensed "as is" without
8 * any warranty of any kind, whether express or implied.

--- 201 unchanged lines hidden (view full) ---

210 };
211
212 RGMII0: emac-rgmii@ef601500 {
213 compatible = "ibm,rgmii-460ex", "ibm,rgmii";
214 reg = <ef601500 8>;
215 has-mdio;
216 };
217
1/*
2 * Device Tree Source for AMCC Canyonlands (460EX)
3 *
4 * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de>
5 *
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2. This program is licensed "as is" without
8 * any warranty of any kind, whether express or implied.

--- 201 unchanged lines hidden (view full) ---

210 };
211
212 RGMII0: emac-rgmii@ef601500 {
213 compatible = "ibm,rgmii-460ex", "ibm,rgmii";
214 reg = <ef601500 8>;
215 has-mdio;
216 };
217
218 TAH0: emac-tah@ef601350 {
219 compatible = "ibm,tah-460ex", "ibm,tah";
220 reg = <ef601350 30>;
221 };
222
223 TAH1: emac-tah@ef601450 {
224 compatible = "ibm,tah-460ex", "ibm,tah";
225 reg = <ef601450 30>;
226 };
227
218 EMAC0: ethernet@ef600e00 {
219 device_type = "network";
220 compatible = "ibm,emac-460ex", "ibm,emac4";
221 interrupt-parent = <&EMAC0>;
222 interrupts = <0 1>;
223 #interrupt-cells = <1>;
224 #address-cells = <0>;
225 #size-cells = <0>;

--- 5 unchanged lines hidden (view full) ---

231 mal-tx-channel = <0>;
232 mal-rx-channel = <0>;
233 cell-index = <0>;
234 max-frame-size = <2328>;
235 rx-fifo-size = <1000>;
236 tx-fifo-size = <800>;
237 phy-mode = "rgmii";
238 phy-map = <00000000>;
228 EMAC0: ethernet@ef600e00 {
229 device_type = "network";
230 compatible = "ibm,emac-460ex", "ibm,emac4";
231 interrupt-parent = <&EMAC0>;
232 interrupts = <0 1>;
233 #interrupt-cells = <1>;
234 #address-cells = <0>;
235 #size-cells = <0>;

--- 5 unchanged lines hidden (view full) ---

241 mal-tx-channel = <0>;
242 mal-rx-channel = <0>;
243 cell-index = <0>;
244 max-frame-size = <2328>;
245 rx-fifo-size = <1000>;
246 tx-fifo-size = <800>;
247 phy-mode = "rgmii";
248 phy-map = <00000000>;
239 zmii-device = <&ZMII0>;
240 zmii-channel = <0>;
241 rgmii-device = <&RGMII0>;
242 rgmii-channel = <0>;
249 rgmii-device = <&RGMII0>;
250 rgmii-channel = <0>;
251 tah-device = <&TAH0>;
252 tah-channel = <0>;
243 has-inverted-stacr-oc;
244 has-new-stacr-staopc;
245 };
246
247 EMAC1: ethernet@ef600f00 {
248 device_type = "network";
249 compatible = "ibm,emac-460ex", "ibm,emac4";
250 interrupt-parent = <&EMAC1>;

--- 9 unchanged lines hidden (view full) ---

260 mal-tx-channel = <1>;
261 mal-rx-channel = <8>;
262 cell-index = <1>;
263 max-frame-size = <2328>;
264 rx-fifo-size = <1000>;
265 tx-fifo-size = <800>;
266 phy-mode = "rgmii";
267 phy-map = <00000000>;
253 has-inverted-stacr-oc;
254 has-new-stacr-staopc;
255 };
256
257 EMAC1: ethernet@ef600f00 {
258 device_type = "network";
259 compatible = "ibm,emac-460ex", "ibm,emac4";
260 interrupt-parent = <&EMAC1>;

--- 9 unchanged lines hidden (view full) ---

270 mal-tx-channel = <1>;
271 mal-rx-channel = <8>;
272 cell-index = <1>;
273 max-frame-size = <2328>;
274 rx-fifo-size = <1000>;
275 tx-fifo-size = <800>;
276 phy-mode = "rgmii";
277 phy-map = <00000000>;
268 zmii-device = <&ZMII0>;
269 zmii-channel = <1>;
270 rgmii-device = <&RGMII0>;
271 rgmii-channel = <1>;
278 rgmii-device = <&RGMII0>;
279 rgmii-channel = <1>;
280 tah-device = <&TAH1>;
281 tah-channel = <1>;
272 has-inverted-stacr-oc;
273 has-new-stacr-staopc;
282 has-inverted-stacr-oc;
283 has-new-stacr-staopc;
284 mdio-device = <&EMAC0>;
274 };
275 };
276
277 PCIX0: pci@c0ec00000 {
278 device_type = "pci";
279 #interrupt-cells = <1>;
280 #size-cells = <2>;
281 #address-cells = <3>;

--- 110 unchanged lines hidden ---
285 };
286 };
287
288 PCIX0: pci@c0ec00000 {
289 device_type = "pci";
290 #interrupt-cells = <1>;
291 #size-cells = <2>;
292 #address-cells = <3>;

--- 110 unchanged lines hidden ---