Re: [PATCH v3 3/3] powerpc/85xx: Add C293PCIE board support
From: Scott Wood <hidden>
Date: 2013-07-30 18:29:30
From: Scott Wood <hidden>
Date: 2013-07-30 18:29:30
On 07/30/2013 03:49:23 AM, Po Liu wrote:
+ nand@1,0 {
+ #address-cells =3D <1>;
+ #size-cells =3D <1>;
+ compatible =3D "fsl,ifc-nand";
+ reg =3D <0x1 0x0 0x10000>;
+
+ partition@0 {
+ /* This location must not be altered */
+ /* 1MB for u-boot Bootloader Image */
+ reg =3D <0x0 0x00100000>;
+ label =3D "NAND U-Boot Image";
+ read-only;
+ };
+
+ partition@100000 {
+ /* 1MB for DTB Image */
+ reg =3D <0x00100000 0x00100000>;
+ label =3D "NAND DTB Image";
+ };
+
+ partition@200000 {
+ /* 4MB for Linux Kernel Image */
+ reg =3D <0x00200000 0x00400000>;
+ label =3D "NAND Linux Kernel Image";
+ };
+
+ partition@600000 {
+ /* 4090MB for Root file System Image */
+ reg =3D <0x00600000 0xffa00000>;
+ label =3D "NAND RFS Image";
+ };
+ };Might want to leave a bit more room for the kernel image, given the =20 size of NAND. -Scott=