OSDN Git Service

ARM: kirkwood: Add NAND partiton map for OpenBlocks A6
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Thu, 22 Nov 2012 21:30:11 +0000 (06:30 +0900)
committerJason Cooper <jason@lakedaemon.net>
Sat, 24 Nov 2012 02:59:04 +0000 (02:59 +0000)
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/boot/dts/kirkwood-openblocks_a6.dts

index bada756..e80c9d0 100644 (file)
                nand@3000000 {
                        chip-delay = <25>;
                        status = "okay";
+
+                       partition@0 {
+                               label = "uboot";
+                               reg = <0x0 0x90000>;
+                       };
+
+                       partition@90000 {
+                               label = "env";
+                               reg = <0x90000 0x44000>;
+                       };
+
+                       partition@d4000 {
+                               label = "test";
+                               reg = <0xd4000 0x24000>;
+                       };
+
+                       partition@f4000 {
+                               label = "conf";
+                               reg = <0xf4000 0x400000>;
+                       };
+
+                       partition@4f4000 {
+                               label = "linux";
+                               reg = <0x4f4000 0x1d20000>;
+                       };
+
+                       partition@2214000 {
+                               label = "user";
+                               reg = <0x2214000 0x1dec000>;
+                       };
                };
 
                sata@80000 {