summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi')
-rw-r--r--arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi28
1 files changed, 14 insertions, 14 deletions
diff --git a/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi b/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
index e99846c2b6..c66a6a529d 100644
--- a/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
+++ b/arch/arm/dts/imx6qdl-phytec-phycore-som.dtsi
@@ -4,39 +4,39 @@
* Author: Christian Hemp <c.hemp@phytec.de>
*/
-#include <arm/imx6qdl-phytec-phycore-som.dtsi>
+#include <arm/nxp/imx/imx6qdl-phytec-phycore-som.dtsi>
#include <dt-bindings/gpio/gpio.h>
/ {
chosen {
environment-sd1 {
compatible = "barebox,environment";
- device-path = &usdhc1, "partname:barebox-environment";
+ device-path = &env_sd1;
status = "disabled";
};
environment-sd4 {
compatible = "barebox,environment";
- device-path = &usdhc4, "partname:barebox-environment";
+ device-path = &env_sd4;
status = "disabled";
};
environment-nand {
compatible = "barebox,environment";
- device-path = &gpmi, "partname:barebox-environment";
+ device-path = &env_nand;
status = "disabled";
};
environment-spinor {
compatible = "barebox,environment";
- device-path = &m25p80, "partname:nor.barebox-environment";
+ device-path = &env_nor;
status = "disabled";
};
};
-
- /delete-node/ memory@10000000;
};
+/delete-node/ &{/memory@10000000};
+
&fec {
/delete-property/ phy-supply;
phy-reset-duration = <10>; /* in msecs */
@@ -53,7 +53,7 @@
reg = <0x0 0x1000000>;
};
- partition@400000 {
+ env_nand: partition@400000 {
label = "barebox-environment";
reg = <0x1000000 0x100000>;
};
@@ -86,22 +86,22 @@
#size-cells = <1>;
partition@0 {
- label = "nor.barebox";
+ label = "barebox";
reg = <0x0 0x100000>;
};
- partition@100000 {
- label = "nor.barebox-environment";
+ env_nor: partition@100000 {
+ label = "barebox-environment";
reg = <0x100000 0x20000>;
};
partition@120000 {
- label = "nor.oftree";
+ label = "oftree";
reg = <0x120000 0x20000>;
};
partition@140000 {
- label = "nor.kernel";
+ label = "kernel";
reg = <0x140000 0x0>;
};
};
@@ -122,7 +122,7 @@
reg = <0x0 0xe0000>;
};
- partition@e0000 {
+ env_sd4: partition@e0000 {
label = "barebox-environment";
reg = <0xe0000 0x20000>;
};