Skip to content

Commit

Permalink
powerpc/83xx: add NAND support for the MPC8360E-RDK boards
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Anton Vorontsov authored and Kumar Gala committed Oct 13, 2008
1 parent 6675847 commit 1fb25be
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/powerpc/boot/dts/mpc836x_rdk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,18 @@
device-width = <1>;
};

upm@1,0 {
compatible = "fsl,upm-nand";
reg = <1 0 1>;
fsl,upm-addr-offset = <16>;
fsl,upm-cmd-offset = <8>;
gpios = <&qe_pio_e 18 0>;

flash {
compatible = "stm,nand512-a";
};
};

display@2,0 {
device_type = "display";
compatible = "fujitsu,MB86277", "fujitsu,mint";
Expand Down

0 comments on commit 1fb25be

Please sign in to comment.