9
0
Fork 0

dts:imx6q:pcaaxl3: Add oftree partition to nand

Add oftree partiton to nand.

Signed-off-by: Christian Hemp <c.hemp@phytec.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Christian Hemp 2014-09-12 15:33:39 +02:00 committed by Sascha Hauer
parent 86b4d5e34a
commit 71d06f83b4
1 changed files with 8 additions and 3 deletions

View File

@ -144,13 +144,18 @@
};
partition@2 {
label = "kernel";
reg = <0x420000 0x800000>;
label = "oftree";
reg = <0x420000 0x20000>;
};
partition@3 {
label = "kernel";
reg = <0x440000 0x800000>;
};
partition@4 {
label = "root";
reg = <0xC20000 0x0>;
reg = <0xC40000 0x0>;
};
};