summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/rk3288-phycore-som.dts
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/rk3288-phycore-som.dts')
-rw-r--r--arch/arm/dts/rk3288-phycore-som.dts15
1 files changed, 8 insertions, 7 deletions
diff --git a/arch/arm/dts/rk3288-phycore-som.dts b/arch/arm/dts/rk3288-phycore-som.dts
index dd74bcfb11..2e4fe44479 100644
--- a/arch/arm/dts/rk3288-phycore-som.dts
+++ b/arch/arm/dts/rk3288-phycore-som.dts
@@ -14,14 +14,15 @@
/dts-v1/;
-#include <arm/rk3288.dtsi>
+#include <arm/rockchip/rk3288.dtsi>
/ {
model = "phycore-rk3288";
compatible = "phytec,rk3288-phycore-som", "rockchip,rk3288";
- memory {
- reg = <0 0x40000000>;
+ memory@0 {
+ device_type = "memory";
+ reg = <0x0 0x0 0x0 0x40000000>;
};
vcc33: fixedregulator@0 {
@@ -48,13 +49,13 @@
environment-emmc {
compatible = "barebox,environment";
- device-path = &emmc, "partname:barebox-environment";
+ device-path = &env_emmc;
status = "disabled";
};
environment-sdmmc {
compatible = "barebox,environment";
- device-path = &sdmmc, "partname:barebox-environment";
+ device-path = &env_sdmmc;
status = "disabled";
};
};
@@ -99,7 +100,7 @@
reg = <0x20000 0x80000>;
};
- partition@a0000 {
+ env_emmc: partition@a0000 {
label = "barebox-environment";
reg = <0xa0000 0x20000>;
};
@@ -130,7 +131,7 @@
reg = <0x20000 0x80000>;
};
- partition@a0000 {
+ env_sdmmc: partition@a0000 {
label = "barebox-environment";
reg = <0xa0000 0x20000>;
};