canyonlands.dts (71f349799b34c8b6ce3df42126b4de6cfa16456d) canyonlands.dts (05781ccd74c63c6c8567f99101587d5c07c163e0)
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.

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

261
262 TAH1: emac-tah@ef601450 {
263 compatible = "ibm,tah-460ex", "ibm,tah";
264 reg = <0xef601450 0x00000030>;
265 };
266
267 EMAC0: ethernet@ef600e00 {
268 device_type = "network";
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.

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

261
262 TAH1: emac-tah@ef601450 {
263 compatible = "ibm,tah-460ex", "ibm,tah";
264 reg = <0xef601450 0x00000030>;
265 };
266
267 EMAC0: ethernet@ef600e00 {
268 device_type = "network";
269 compatible = "ibm,emac-460ex", "ibm,emac4";
269 compatible = "ibm,emac-460ex", "ibm,emac4sync";
270 interrupt-parent = <&EMAC0>;
271 interrupts = <0x0 0x1>;
272 #interrupt-cells = <1>;
273 #address-cells = <0>;
274 #size-cells = <0>;
275 interrupt-map = </*Status*/ 0x0 &UIC2 0x10 0x4
276 /*Wake*/ 0x1 &UIC2 0x14 0x4>;
270 interrupt-parent = <&EMAC0>;
271 interrupts = <0x0 0x1>;
272 #interrupt-cells = <1>;
273 #address-cells = <0>;
274 #size-cells = <0>;
275 interrupt-map = </*Status*/ 0x0 &UIC2 0x10 0x4
276 /*Wake*/ 0x1 &UIC2 0x14 0x4>;
277 reg = <0xef600e00 0x00000070>;
277 reg = <0xef600e00 0x000000c4>;
278 local-mac-address = [000000000000]; /* Filled in by U-Boot */
279 mal-device = <&MAL0>;
280 mal-tx-channel = <0>;
281 mal-rx-channel = <0>;
282 cell-index = <0>;
283 max-frame-size = <9000>;
284 rx-fifo-size = <4096>;
285 tx-fifo-size = <2048>;

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

290 tah-device = <&TAH0>;
291 tah-channel = <0>;
292 has-inverted-stacr-oc;
293 has-new-stacr-staopc;
294 };
295
296 EMAC1: ethernet@ef600f00 {
297 device_type = "network";
278 local-mac-address = [000000000000]; /* Filled in by U-Boot */
279 mal-device = <&MAL0>;
280 mal-tx-channel = <0>;
281 mal-rx-channel = <0>;
282 cell-index = <0>;
283 max-frame-size = <9000>;
284 rx-fifo-size = <4096>;
285 tx-fifo-size = <2048>;

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

290 tah-device = <&TAH0>;
291 tah-channel = <0>;
292 has-inverted-stacr-oc;
293 has-new-stacr-staopc;
294 };
295
296 EMAC1: ethernet@ef600f00 {
297 device_type = "network";
298 compatible = "ibm,emac-460ex", "ibm,emac4";
298 compatible = "ibm,emac-460ex", "ibm,emac4sync";
299 interrupt-parent = <&EMAC1>;
300 interrupts = <0x0 0x1>;
301 #interrupt-cells = <1>;
302 #address-cells = <0>;
303 #size-cells = <0>;
304 interrupt-map = </*Status*/ 0x0 &UIC2 0x11 0x4
305 /*Wake*/ 0x1 &UIC2 0x15 0x4>;
299 interrupt-parent = <&EMAC1>;
300 interrupts = <0x0 0x1>;
301 #interrupt-cells = <1>;
302 #address-cells = <0>;
303 #size-cells = <0>;
304 interrupt-map = </*Status*/ 0x0 &UIC2 0x11 0x4
305 /*Wake*/ 0x1 &UIC2 0x15 0x4>;
306 reg = <0xef600f00 0x00000070>;
306 reg = <0xef600f00 0x000000c4>;
307 local-mac-address = [000000000000]; /* Filled in by U-Boot */
308 mal-device = <&MAL0>;
309 mal-tx-channel = <1>;
310 mal-rx-channel = <8>;
311 cell-index = <1>;
312 max-frame-size = <9000>;
313 rx-fifo-size = <4096>;
314 tx-fifo-size = <2048>;

--- 127 unchanged lines hidden ---
307 local-mac-address = [000000000000]; /* Filled in by U-Boot */
308 mal-device = <&MAL0>;
309 mal-tx-channel = <1>;
310 mal-rx-channel = <8>;
311 cell-index = <1>;
312 max-frame-size = <9000>;
313 rx-fifo-size = <4096>;
314 tx-fifo-size = <2048>;

--- 127 unchanged lines hidden ---