canyonlands.dts (e5451c8f8330e03ad3cfa16048b4daf961af434f) canyonlands.dts (951b8e4e673196932fa4c3b87d719644636e5ac9)
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.

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

185 #address-cells = <0>;
186 #size-cells = <0>;
187 interrupts = <0x0 0x1 0x2>;
188 interrupt-map = </* USB-OTG */ 0x0 &UIC2 0x1c 0x4
189 /* HIGH-POWER */ 0x1 &UIC1 0x1a 0x8
190 /* DMA */ 0x2 &UIC0 0xc 0x4>;
191 };
192
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.

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

185 #address-cells = <0>;
186 #size-cells = <0>;
187 interrupts = <0x0 0x1 0x2>;
188 interrupt-map = </* USB-OTG */ 0x0 &UIC2 0x1c 0x4
189 /* HIGH-POWER */ 0x1 &UIC1 0x1a 0x8
190 /* DMA */ 0x2 &UIC0 0xc 0x4>;
191 };
192
193 AHBDMA: dma@bffd0800 {
194 compatible = "snps,dma-spear1340";
195 reg = <4 0xbffd0800 0x400>;
196 interrupt-parent = <&UIC3>;
197 interrupts = <0x5 0x4>;
198 #dma-cells = <3>;
199 };
200
193 SATA0: sata@bffd1000 {
194 compatible = "amcc,sata-460ex";
201 SATA0: sata@bffd1000 {
202 compatible = "amcc,sata-460ex";
195 reg = <4 0xbffd1000 0x800 4 0xbffd0800 0x400>;
203 reg = <4 0xbffd1000 0x800>;
196 interrupt-parent = <&UIC3>;
204 interrupt-parent = <&UIC3>;
197 interrupts = <0x0 0x4 /* SATA */
198 0x5 0x4>; /* AHBDMA */
205 interrupts = <0x0 0x4>;
206 dmas = <&AHBDMA 0 1 0>;
207 dma-names = "sata-dma";
199 };
200
201 POB0: opb {
202 compatible = "ibm,opb-460ex", "ibm,opb";
203 #address-cells = <1>;
204 #size-cells = <1>;
205 ranges = <0xb0000000 0x00000004 0xb0000000 0x50000000>;
206 clock-frequency = <0>; /* Filled in by U-Boot */

--- 351 unchanged lines hidden ---
208 };
209
210 POB0: opb {
211 compatible = "ibm,opb-460ex", "ibm,opb";
212 #address-cells = <1>;
213 #size-cells = <1>;
214 ranges = <0xb0000000 0x00000004 0xb0000000 0x50000000>;
215 clock-frequency = <0>; /* Filled in by U-Boot */

--- 351 unchanged lines hidden ---