[PATCH v3 3/3] powerpc/85xx: Add C293PCIE board support

Scott Wood scottwood at freescale.com
Wed Jul 31 04:29:22 EST 2013


On 07/30/2013 03:49:23 AM, Po Liu wrote:
> +	nand at 1,0 {
> +		#address-cells = <1>;
> +		#size-cells = <1>;
> +		compatible = "fsl,ifc-nand";
> +		reg = <0x1 0x0 0x10000>;
> +
> +		partition at 0 {
> +			/* This location must not be altered  */
> +			/* 1MB for u-boot Bootloader Image */
> +			reg = <0x0 0x00100000>;
> +			label = "NAND U-Boot Image";
> +			read-only;
> +		};
> +
> +		partition at 100000 {
> +			/* 1MB for DTB Image */
> +			reg = <0x00100000 0x00100000>;
> +			label = "NAND DTB Image";
> +		};
> +
> +		partition at 200000 {
> +			/* 4MB for Linux Kernel Image */
> +			reg = <0x00200000 0x00400000>;
> +			label = "NAND Linux Kernel Image";
> +		};
> +
> +		partition at 600000 {
> +			/* 4090MB for Root file System Image */
> +			reg = <0x00600000 0xffa00000>;
> +			label = "NAND RFS Image";
> +		};
> +	};

Might want to leave a bit more room for the kernel image, given the  
size of NAND.

-Scott


More information about the Linuxppc-dev mailing list