canyonlands.dts (c89b3458d8cc1925a9ca90408ff3bfe43dab6522) | canyonlands.dts (8960f7ff508064de1896d8539911411179b8433c) |
---|---|
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. --- 232 unchanged lines hidden (view full) --- 241 reg = <0x03f60000 0x00040000>; 242 }; 243 partition@3fa0000 { 244 label = "u-boot"; 245 reg = <0x03fa0000 0x00060000>; 246 }; 247 }; 248 | 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. --- 232 unchanged lines hidden (view full) --- 241 reg = <0x03f60000 0x00040000>; 242 }; 243 partition@3fa0000 { 244 label = "u-boot"; 245 reg = <0x03fa0000 0x00060000>; 246 }; 247 }; 248 |
249 cpld@2,0 { 250 compatible = "amcc,ppc460ex-bcsr"; 251 reg = <2 0x0 0x9>; 252 }; 253 |
|
249 ndfc@3,0 { 250 compatible = "ibm,ndfc"; 251 reg = <0x00000003 0x00000000 0x00002000>; 252 ccr = <0x00001000>; 253 bank-settings = <0x80002222>; 254 #address-cells = <1>; 255 #size-cells = <1>; 256 --- 58 unchanged lines hidden (view full) --- 315 316 IIC1: i2c@ef600800 { 317 compatible = "ibm,iic-460ex", "ibm,iic"; 318 reg = <0xef600800 0x00000014>; 319 interrupt-parent = <&UIC0>; 320 interrupts = <0x3 0x4>; 321 }; 322 | 254 ndfc@3,0 { 255 compatible = "ibm,ndfc"; 256 reg = <0x00000003 0x00000000 0x00002000>; 257 ccr = <0x00001000>; 258 bank-settings = <0x80002222>; 259 #address-cells = <1>; 260 #size-cells = <1>; 261 --- 58 unchanged lines hidden (view full) --- 320 321 IIC1: i2c@ef600800 { 322 compatible = "ibm,iic-460ex", "ibm,iic"; 323 reg = <0xef600800 0x00000014>; 324 interrupt-parent = <&UIC0>; 325 interrupts = <0x3 0x4>; 326 }; 327 |
328 GPIO0: gpio@ef600b00 { 329 compatible = "ibm,ppc4xx-gpio"; 330 reg = <0xef600b00 0x00000048>; 331 gpio-controller; 332 }; 333 |
|
323 ZMII0: emac-zmii@ef600d00 { 324 compatible = "ibm,zmii-460ex", "ibm,zmii"; 325 reg = <0xef600d00 0x0000000c>; 326 }; 327 328 RGMII0: emac-rgmii@ef601500 { 329 compatible = "ibm,rgmii-460ex", "ibm,rgmii"; 330 reg = <0xef601500 0x00000008>; --- 193 unchanged lines hidden --- | 334 ZMII0: emac-zmii@ef600d00 { 335 compatible = "ibm,zmii-460ex", "ibm,zmii"; 336 reg = <0xef600d00 0x0000000c>; 337 }; 338 339 RGMII0: emac-rgmii@ef601500 { 340 compatible = "ibm,rgmii-460ex", "ibm,rgmii"; 341 reg = <0xef601500 0x00000008>; --- 193 unchanged lines hidden --- |