canyonlands.dts (e981b060767b3c4ac9393ad8d2558d648e35dfcb) canyonlands.dts (31fc0bd4aab30cac3e3388883b1b62750cc2f648)
1/*
2 * Device Tree Source for AMCC Canyonlands (460EX)
3 *
4 * Copyright 2008-2009 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.

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

158
159 USB1: usb@bffd0000 {
160 compatible = "ohci-le";
161 reg = <4 0xbffd0000 0x60>;
162 interrupt-parent = <&UIC2>;
163 interrupts = <0x1e 4>;
164 };
165
1/*
2 * Device Tree Source for AMCC Canyonlands (460EX)
3 *
4 * Copyright 2008-2009 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.

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

158
159 USB1: usb@bffd0000 {
160 compatible = "ohci-le";
161 reg = <4 0xbffd0000 0x60>;
162 interrupt-parent = <&UIC2>;
163 interrupts = <0x1e 4>;
164 };
165
166 SATA0: sata@bffd1000 {
167 compatible = "amcc,sata-460ex";
168 reg = <4 0xbffd1000 0x800 4 0xbffd0800 0x400>;
169 interrupt-parent = <&UIC3>;
170 interrupts = <0x0 0x4 /* SATA */
171 0x5 0x4>; /* AHBDMA */
172 };
173
166 POB0: opb {
167 compatible = "ibm,opb-460ex", "ibm,opb";
168 #address-cells = <1>;
169 #size-cells = <1>;
170 ranges = <0xb0000000 0x00000004 0xb0000000 0x50000000>;
171 clock-frequency = <0>; /* Filled in by U-Boot */
172
173 EBC0: ebc {

--- 342 unchanged lines hidden ---
174 POB0: opb {
175 compatible = "ibm,opb-460ex", "ibm,opb";
176 #address-cells = <1>;
177 #size-cells = <1>;
178 ranges = <0xb0000000 0x00000004 0xb0000000 0x50000000>;
179 clock-frequency = <0>; /* Filled in by U-Boot */
180
181 EBC0: ebc {

--- 342 unchanged lines hidden ---