aboutsummaryrefslogtreecommitdiff
path: root/src/arm/uniphier-ld4-ref.dts
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/uniphier-ld4-ref.dts')
-rw-r--r--src/arm/uniphier-ld4-ref.dts10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/arm/uniphier-ld4-ref.dts b/src/arm/uniphier-ld4-ref.dts
index 110031bc0e7e..e0da4ee21c21 100644
--- a/src/arm/uniphier-ld4-ref.dts
+++ b/src/arm/uniphier-ld4-ref.dts
@@ -52,11 +52,6 @@
model = "UniPhier LD4 Reference Board";
compatible = "socionext,uniphier-ld4-ref", "socionext,uniphier-ld4";
- memory {
- device_type = "memory";
- reg = <0x80000000 0x20000000>;
- };
-
chosen {
stdout-path = "serial0:115200n8";
};
@@ -71,6 +66,11 @@
i2c2 = &i2c2;
i2c3 = &i2c3;
};
+
+ memory@80000000 {
+ device_type = "memory";
+ reg = <0x80000000 0x20000000>;
+ };
};
&ethsc {