Commit 88eeb72e authored by Stefan Roese's avatar Stefan Roese Committed by Benjamin Herrenschmidt

powerpc/44x: Add NAND support to Canyonlands dts

Also some whitespace cleanup in the USB device nodes.
Signed-off-by: default avatarStefan Roese <sr@denx.de>
Signed-off-by: default avatarJosh Boyer <jwboyer@linux.vnet.ibm.com>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 20d70345
/* /*
* Device Tree Source for AMCC Canyonlands (460EX) * Device Tree Source for AMCC Canyonlands (460EX)
* *
* Copyright 2008 DENX Software Engineering, Stefan Roese <sr@denx.de> * Copyright 2008-2009 DENX Software Engineering, Stefan Roese <sr@denx.de>
* *
* This file is licensed under the terms of the GNU General Public * This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without * License version 2. This program is licensed "as is" without
...@@ -215,6 +215,29 @@ partition@3fa0000 { ...@@ -215,6 +215,29 @@ partition@3fa0000 {
reg = <0x03fa0000 0x00060000>; reg = <0x03fa0000 0x00060000>;
}; };
}; };
ndfc@3,0 {
compatible = "ibm,ndfc";
reg = <0x00000003 0x00000000 0x00002000>;
ccr = <0x00001000>;
bank-settings = <0x80002222>;
#address-cells = <1>;
#size-cells = <1>;
nand {
#address-cells = <1>;
#size-cells = <1>;
partition@0 {
label = "u-boot";
reg = <0x00000000 0x00100000>;
};
partition@100000 {
label = "user";
reg = <0x00000000 0x03f00000>;
};
};
};
}; };
UART0: serial@ef600300 { UART0: serial@ef600300 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment