diff options
author | Stefan Roese <sr@denx.de> | 2009-04-07 05:31:05 +0000 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2009-06-04 09:01:16 -0400 |
commit | 7b8d639cfc7967388d1cfe2a81e7e3c872a81a0d (patch) | |
tree | e61a7d587f7c789b76c347fab84690fc20885dd9 /arch/powerpc/boot/dts/sequoia.dts | |
parent | 9d2c0f67c8cf8d2f34aa126da7b98d265d54017f (diff) | |
download | linux-7b8d639cfc7967388d1cfe2a81e7e3c872a81a0d.tar.gz linux-7b8d639cfc7967388d1cfe2a81e7e3c872a81a0d.tar.bz2 linux-7b8d639cfc7967388d1cfe2a81e7e3c872a81a0d.zip |
powerpc/4xx: Sequoia: Enable NAND support
Now that the 4xx NAND driver is available again in arch/powerpc, let's
enable it on Sequoia. This patch also disables the early debug messages
(CONFIG_PPC_EARLY_DEBUG) in the Sequoia defconfig.
Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/boot/dts/sequoia.dts')
-rw-r--r-- | arch/powerpc/boot/dts/sequoia.dts | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/sequoia.dts b/arch/powerpc/boot/dts/sequoia.dts index 43cc68bd3192..739dd0da2416 100644 --- a/arch/powerpc/boot/dts/sequoia.dts +++ b/arch/powerpc/boot/dts/sequoia.dts @@ -199,6 +199,28 @@ }; }; + 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 0x00084000>; + }; + partition@84000 { + label = "user"; + reg = <0x00000000 0x01f7c000>; + }; + }; + }; }; UART0: serial@ef600300 { |