canyonlands.dts (d585a021c0b10b0477d6b608c53e1feb8cde0507) | canyonlands.dts (88eeb72ec4c1ed7defff0f154c5b56798e038e2a) |
---|---|
1/* 2 * Device Tree Source for AMCC Canyonlands (460EX) 3 * | 1/* 2 * Device Tree Source for AMCC Canyonlands (460EX) 3 * |
4 * Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de> | 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. 9 */ 10 11/dts-v1/; 12 --- 131 unchanged lines hidden (view full) --- 144 interrupt-parent = <&UIC2>; 145 interrupts = < /*TXEOB*/ 0x6 0x4 146 /*RXEOB*/ 0x7 0x4 147 /*SERR*/ 0x3 0x4 148 /*TXDE*/ 0x4 0x4 149 /*RXDE*/ 0x5 0x4>; 150 }; 151 | 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. 9 */ 10 11/dts-v1/; 12 --- 131 unchanged lines hidden (view full) --- 144 interrupt-parent = <&UIC2>; 145 interrupts = < /*TXEOB*/ 0x6 0x4 146 /*RXEOB*/ 0x7 0x4 147 /*SERR*/ 0x3 0x4 148 /*TXDE*/ 0x4 0x4 149 /*RXDE*/ 0x5 0x4>; 150 }; 151 |
152 USB0: ehci@bffd0400 { 153 compatible = "ibm,usb-ehci-460ex", "usb-ehci"; 154 interrupt-parent = <&UIC2>; 155 interrupts = <0x1d 4>; 156 reg = <4 0xbffd0400 0x90 4 0xbffd0490 0x70>; 157 }; | 152 USB0: ehci@bffd0400 { 153 compatible = "ibm,usb-ehci-460ex", "usb-ehci"; 154 interrupt-parent = <&UIC2>; 155 interrupts = <0x1d 4>; 156 reg = <4 0xbffd0400 0x90 4 0xbffd0490 0x70>; 157 }; |
158 | 158 |
159 USB1: usb@bffd0000 { 160 compatible = "ohci-le"; 161 reg = <4 0xbffd0000 0x60>; 162 interrupt-parent = <&UIC2>; 163 interrupts = <0x1e 4>; 164 }; | 159 USB1: usb@bffd0000 { 160 compatible = "ohci-le"; 161 reg = <4 0xbffd0000 0x60>; 162 interrupt-parent = <&UIC2>; 163 interrupts = <0x1e 4>; 164 }; |
165 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 --- 37 unchanged lines hidden (view full) --- 210 label = "env"; 211 reg = <0x03f60000 0x00040000>; 212 }; 213 partition@3fa0000 { 214 label = "u-boot"; 215 reg = <0x03fa0000 0x00060000>; 216 }; 217 }; | 165 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 --- 37 unchanged lines hidden (view full) --- 210 label = "env"; 211 reg = <0x03f60000 0x00040000>; 212 }; 213 partition@3fa0000 { 214 label = "u-boot"; 215 reg = <0x03fa0000 0x00060000>; 216 }; 217 }; |
218 219 ndfc@3,0 { 220 compatible = "ibm,ndfc"; 221 reg = <0x00000003 0x00000000 0x00002000>; 222 ccr = <0x00001000>; 223 bank-settings = <0x80002222>; 224 #address-cells = <1>; 225 #size-cells = <1>; 226 227 nand { 228 #address-cells = <1>; 229 #size-cells = <1>; 230 231 partition@0 { 232 label = "u-boot"; 233 reg = <0x00000000 0x00100000>; 234 }; 235 partition@100000 { 236 label = "user"; 237 reg = <0x00000000 0x03f00000>; 238 }; 239 }; 240 }; |
|
218 }; 219 220 UART0: serial@ef600300 { 221 device_type = "serial"; 222 compatible = "ns16550"; 223 reg = <0xef600300 0x00000008>; 224 virtual-reg = <0xef600300>; 225 clock-frequency = <0>; /* Filled in by U-Boot */ --- 265 unchanged lines hidden --- | 241 }; 242 243 UART0: serial@ef600300 { 244 device_type = "serial"; 245 compatible = "ns16550"; 246 reg = <0xef600300 0x00000008>; 247 virtual-reg = <0xef600300>; 248 clock-frequency = <0>; /* Filled in by U-Boot */ --- 265 unchanged lines hidden --- |