canyonlands.dts (a1f3d4bba8ea395a39d34ade6017afee8be16031) canyonlands.dts (c89b3458d8cc1925a9ca90408ff3bfe43dab6522)
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.

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

167
168 USB1: usb@bffd0000 {
169 compatible = "ohci-le";
170 reg = <4 0xbffd0000 0x60>;
171 interrupt-parent = <&UIC2>;
172 interrupts = <0x1e 4>;
173 };
174
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.

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

167
168 USB1: usb@bffd0000 {
169 compatible = "ohci-le";
170 reg = <4 0xbffd0000 0x60>;
171 interrupt-parent = <&UIC2>;
172 interrupts = <0x1e 4>;
173 };
174
175 USBOTG0: usbotg@bff80000 {
176 compatible = "amcc,dwc-otg";
177 reg = <0x4 0xbff80000 0x10000>;
178 interrupt-parent = <&USBOTG0>;
179 #interrupt-cells = <1>;
180 #address-cells = <0>;
181 #size-cells = <0>;
182 interrupts = <0x0 0x1 0x2>;
183 interrupt-map = </* USB-OTG */ 0x0 &UIC2 0x1c 0x4
184 /* HIGH-POWER */ 0x1 &UIC1 0x1a 0x8
185 /* DMA */ 0x2 &UIC0 0xc 0x4>;
186 };
187
175 SATA0: sata@bffd1000 {
176 compatible = "amcc,sata-460ex";
177 reg = <4 0xbffd1000 0x800 4 0xbffd0800 0x400>;
178 interrupt-parent = <&UIC3>;
179 interrupts = <0x0 0x4 /* SATA */
180 0x5 0x4>; /* AHBDMA */
181 };
182

--- 328 unchanged lines hidden ---
188 SATA0: sata@bffd1000 {
189 compatible = "amcc,sata-460ex";
190 reg = <4 0xbffd1000 0x800 4 0xbffd0800 0x400>;
191 interrupt-parent = <&UIC3>;
192 interrupts = <0x0 0x4 /* SATA */
193 0x5 0x4>; /* AHBDMA */
194 };
195

--- 328 unchanged lines hidden ---