summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6qdl-prti6q.dtsi
diff options
context:
space:
mode:
authorOleksij Rempel <o.rempel@pengutronix.de>2020-08-20 09:34:48 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-08-24 08:49:36 +0200
commit96058b07068f70e2194e56b70bac68bc4245d447 (patch)
tree38387d860801bab16902da7bdc5cb6da69c655e9 /arch/arm/dts/imx6qdl-prti6q.dtsi
parent1c911c51905cbf6c946a50c8e8b8172e426a50c2 (diff)
downloadbarebox-96058b07068f70e2194e56b70bac68bc4245d447.tar.gz
barebox-96058b07068f70e2194e56b70bac68bc4245d447.tar.xz
ARM: dts: unify barebox and barebox, env partitions for all Protonic boards
Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/dts/imx6qdl-prti6q.dtsi')
-rw-r--r--arch/arm/dts/imx6qdl-prti6q.dtsi20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6qdl-prti6q.dtsi b/arch/arm/dts/imx6qdl-prti6q.dtsi
index ed526d185f..19acca042d 100644
--- a/arch/arm/dts/imx6qdl-prti6q.dtsi
+++ b/arch/arm/dts/imx6qdl-prti6q.dtsi
@@ -9,6 +9,11 @@
/ {
chosen {
stdout-path = &uart4;
+
+ environment-emmc {
+ compatible = "barebox,environment";
+ device-path = &usdhc3, "partname:barebox-environment";
+ };
};
reg_1v8: regulator-1v8 {
@@ -105,7 +110,22 @@
pinctrl-0 = <&pinctrl_usdhc3>;
bus-width = <8>;
non-removable;
+ no-sdio;
+ no-sd;
status = "okay";
+
+ #address-cells = <1>;
+ #size-cells = <1>;
+
+ partition@100000 {
+ label = "barebox-environment";
+ reg = <0x100000 0x100000>;
+ };
+
+ partition@200000 {
+ label = "state";
+ reg = <0x200000 0x100000>;
+ };
};
&iomuxc {