[PATCH 1/2] Add flash node to mpc8641_hpcn.dts
Wade Farnsworth
wfarnsworth at mvista.com
Wed Jan 23 03:38:37 EST 2008
Add flash and partition information to mpc8641_hpcn.dts
Signed-off-by: Wade Farnsworth <wfarnsworth at mvista.com>
---
arch/powerpc/boot/dts/mpc8641_hpcn.dts | 27 +++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/arch/powerpc/boot/dts/mpc8641_hpcn.dts b/arch/powerpc/boot/dts/mpc8641_hpcn.dts
index a719179..679e857 100644
--- a/arch/powerpc/boot/dts/mpc8641_hpcn.dts
+++ b/arch/powerpc/boot/dts/mpc8641_hpcn.dts
@@ -457,4 +457,31 @@
0 00100000>;
};
};
+
+ flash at ff800000 {
+ compatible = "cfi-flash";
+ reg = <ff800000 00800000>;
+ bank-width = <2>;
+ device-width = <2>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ partition at 0 {
+ label = "kernel";
+ reg = <00000000 00300000>;
+ };
+ partition at 300000 {
+ label = "firmware b";
+ reg = <00300000 00100000>;
+ read-only;
+ };
+ partition at 400000 {
+ label = "fs";
+ reg = <00400000 00300000>;
+ };
+ partition at 700000 {
+ label = "firmware a";
+ reg = <00700000 00100000>;
+ read-only;
+ };
+ };
};
More information about the Linuxppc-dev
mailing list