summaryrefslogtreecommitdiff
path: root/src/arm/uniphier-ld4-ref.dts
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2017-07-09 13:12:48 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2017-07-09 13:12:48 +0000
commitf3f213a6f94d330b77b3910f4c66b62aeec50645 (patch)
treec3f9fb9d237fa970fbe2a2d425d0be312d0e86a7 /src/arm/uniphier-ld4-ref.dts
parent8fdc67f730291b64de002bf95d19ae75e058b8ce (diff)
downloadsrc-test2-f3f213a6f94d330b77b3910f4c66b62aeec50645.tar.gz
src-test2-f3f213a6f94d330b77b3910f4c66b62aeec50645.zip
Notes
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 {