aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/mpc8313erdb.dts
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2008-01-17 17:37:56 -0500
committerKumar Gala <galak@kernel.crashing.org>2008-01-23 20:34:49 -0500
commit12600e48ca8732aa318a533ca7f21034f0010024 (patch)
treede92e710937a05cb79b0b3430bacd7e79c41b1dc /arch/powerpc/boot/dts/mpc8313erdb.dts
parentff5ac76088cd317b6f534cbb774b92b26e508b34 (diff)
[POWERPC] 83xx: MPC8313e RDB - Add NOR flash to the device tree.
Signed-off-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc8313erdb.dts')
-rw-r--r--arch/powerpc/boot/dts/mpc8313erdb.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8313erdb.dts b/arch/powerpc/boot/dts/mpc8313erdb.dts
index 396710deccb1..9bcf2c92541f 100644
--- a/arch/powerpc/boot/dts/mpc8313erdb.dts
+++ b/arch/powerpc/boot/dts/mpc8313erdb.dts
@@ -61,6 +61,15 @@
61 2 0 f0000000 00020000 61 2 0 f0000000 00020000
62 3 0 fa000000 00008000>; 62 3 0 fa000000 00008000>;
63 63
64 flash@0,0 {
65 #address-cells = <1>;
66 #size-cells = <1>;
67 compatible = "cfi-flash";
68 reg = <0 0 800000>;
69 bank-width = <2>;
70 device-width = <1>;
71 };
72
64 nand@1,0 { 73 nand@1,0 {
65 #address-cells = <1>; 74 #address-cells = <1>;
66 #size-cells = <1>; 75 #size-cells = <1>;