Skip to content

Commit

Permalink
[POWERPC] 83xx: MPC8313e RDB - Add NOR flash to the device tree.
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Scott Wood authored and Kumar Gala committed Jan 24, 2008
1 parent ff5ac76 commit 12600e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions arch/powerpc/boot/dts/mpc8313erdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@
2 0 f0000000 00020000
3 0 fa000000 00008000>;

flash@0,0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "cfi-flash";
reg = <0 0 800000>;
bank-width = <2>;
device-width = <1>;
};

nand@1,0 {
#address-cells = <1>;
#size-cells = <1>;
Expand Down

0 comments on commit 12600e4

Please sign in to comment.