diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2008-10-10 14:05:12 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-10-13 12:11:20 -0400 |
commit | 1fb25be1e74498d389e4de819a6d1b174d6ccb7c (patch) | |
tree | 8d4df0b4fb3c9c355534b4894529faab331faca7 /arch | |
parent | 6675847ea42d5acfaa644ac24eb0d87df5769cd5 (diff) |
powerpc/83xx: add NAND support for the MPC8360E-RDK boards
The StMicro NAND chip (512Mbit, 64MB) is connected to the local bus,
the first local bus' user-programmable machine is configured by the
firmware to work with NAND chips.
QE GPIO pin is used to poll the NAND's Ready-Not-Busy signal.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/boot/dts/mpc836x_rdk.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc836x_rdk.dts b/arch/powerpc/boot/dts/mpc836x_rdk.dts index f747747e5318..decadf3d9e98 100644 --- a/arch/powerpc/boot/dts/mpc836x_rdk.dts +++ b/arch/powerpc/boot/dts/mpc836x_rdk.dts | |||
@@ -387,6 +387,18 @@ | |||
387 | device-width = <1>; | 387 | device-width = <1>; |
388 | }; | 388 | }; |
389 | 389 | ||
390 | upm@1,0 { | ||
391 | compatible = "fsl,upm-nand"; | ||
392 | reg = <1 0 1>; | ||
393 | fsl,upm-addr-offset = <16>; | ||
394 | fsl,upm-cmd-offset = <8>; | ||
395 | gpios = <&qe_pio_e 18 0>; | ||
396 | |||
397 | flash { | ||
398 | compatible = "stm,nand512-a"; | ||
399 | }; | ||
400 | }; | ||
401 | |||
390 | display@2,0 { | 402 | display@2,0 { |
391 | device_type = "display"; | 403 | device_type = "display"; |
392 | compatible = "fujitsu,MB86277", "fujitsu,mint"; | 404 | compatible = "fujitsu,MB86277", "fujitsu,mint"; |