summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6qdl-prti6q.dtsi
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-09-25 08:06:23 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-09-25 08:06:23 +0200
commitcbfaec5633457fb5dae949be1665ca427bbad067 (patch)
tree2b3bceb479d7e9c75186dedc43922385f2ad6b59 /arch/arm/dts/imx6qdl-prti6q.dtsi
parent92e98809ffb521ae3b170538bc6984c000928971 (diff)
parent0f2f2d390b6ed1fe56898b4e5615b636c97d0b22 (diff)
downloadbarebox-cbfaec5633457fb5dae949be1665ca427bbad067.tar.gz
barebox-cbfaec5633457fb5dae949be1665ca427bbad067.tar.xz
Merge branch 'for-next/protonic' into master
Diffstat (limited to 'arch/arm/dts/imx6qdl-prti6q.dtsi')
-rw-r--r--arch/arm/dts/imx6qdl-prti6q.dtsi31
1 files changed, 31 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6qdl-prti6q.dtsi b/arch/arm/dts/imx6qdl-prti6q.dtsi
index ed526d185f..f2b36553d4 100644
--- a/arch/arm/dts/imx6qdl-prti6q.dtsi
+++ b/arch/arm/dts/imx6qdl-prti6q.dtsi
@@ -9,6 +9,22 @@
/ {
chosen {
stdout-path = &uart4;
+
+ environment-emmc {
+ compatible = "barebox,environment";
+ device-path = &usdhc3, "partname:barebox-environment";
+ };
+ };
+
+ reserved-memory {
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges;
+
+ /* Address will be determined by the bootloader */
+ ramoops {
+ compatible = "ramoops";
+ };
};
reg_1v8: regulator-1v8 {
@@ -105,7 +121,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 {