summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorChristian Hemp <c.hemp@phytec.de>2014-09-12 15:33:38 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-09-15 07:31:51 +0200
commit86b4d5e34a8cdf0b65245bc1138756c37950cc36 (patch)
treeb651423b68add90bd41dc42758c1718aef10a4de /arch/arm
parent48199fd57c38e6acd63213334ef86119e16496c7 (diff)
downloadbarebox-86b4d5e34a8cdf0b65245bc1138756c37950cc36.tar.gz
barebox-86b4d5e34a8cdf0b65245bc1138756c37950cc36.tar.xz
dts:imx6:pfla02: Add nand partitions
Signed-off-by: Christian Hemp <c.hemp@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/dts/imx6qdl-phytec-pfla02.dtsi27
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
index a981fd40a3..b8988ed9c1 100644
--- a/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
+++ b/arch/arm/dts/imx6qdl-phytec-pfla02.dtsi
@@ -36,6 +36,33 @@
pinctrl-0 = <&pinctrl_gpmi_nand>;
nand-on-flash-bbt;
status = "okay";
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ partition@0 {
+ label = "barebox";
+ reg = <0x0 0x400000>;
+ };
+
+ partition@1 {
+ label = "barebox-environment";
+ reg = <0x400000 0x20000>;
+ };
+
+ partition@2 {
+ label = "oftree";
+ reg = <0x420000 0x20000>;
+ };
+
+ partition@3 {
+ label = "kernel";
+ reg = <0x440000 0x800000>;
+ };
+
+ partition@4 {
+ label = "root";
+ reg = <0xC40000 0x0>;
+ };
};
&iomuxc {