aboutsummaryrefslogtreecommitdiff
path: root/src/arm/uniphier-pro4-sanji.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-pro4-sanji.dts
parent8fdc67f730291b64de002bf95d19ae75e058b8ce (diff)
downloadsrc-f3f213a6f94d330b77b3910f4c66b62aeec50645.tar.gz
src-f3f213a6f94d330b77b3910f4c66b62aeec50645.zip
Notes
Diffstat (limited to 'src/arm/uniphier-pro4-sanji.dts')
-rw-r--r--src/arm/uniphier-pro4-sanji.dts11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/arm/uniphier-pro4-sanji.dts b/src/arm/uniphier-pro4-sanji.dts
index dc4ea8832ce2..6c63c8bad825 100644
--- a/src/arm/uniphier-pro4-sanji.dts
+++ b/src/arm/uniphier-pro4-sanji.dts
@@ -50,11 +50,6 @@
model = "UniPhier Pro4 Sanji Board";
compatible = "socionext,uniphier-pro4-sanji", "socionext,uniphier-pro4";
- memory {
- device_type = "memory";
- reg = <0x80000000 0x80000000>;
- };
-
chosen {
stdout-path = "serial0:115200n8";
};
@@ -69,6 +64,11 @@
i2c5 = &i2c5;
i2c6 = &i2c6;
};
+
+ memory@80000000 {
+ device_type = "memory";
+ reg = <0x80000000 0x80000000>;
+ };
};
&serial0 {
@@ -85,6 +85,7 @@
eeprom@54 {
compatible = "st,24c64";
reg = <0x54>;
+ pagesize = <32>;
};
};