aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/uniphier-pro4-sanji.dts')
-rw-r--r--arch/arm/boot/dts/uniphier-pro4-sanji.dts11
1 files changed, 6 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/uniphier-pro4-sanji.dts b/arch/arm/boot/dts/uniphier-pro4-sanji.dts
index dc4ea8832ce2..6c63c8bad825 100644
--- a/arch/arm/boot/dts/uniphier-pro4-sanji.dts
+++ b/arch/arm/boot/dts/uniphier-pro4-sanji.dts
@@ -50,11 +50,6 @@
50 model = "UniPhier Pro4 Sanji Board"; 50 model = "UniPhier Pro4 Sanji Board";
51 compatible = "socionext,uniphier-pro4-sanji", "socionext,uniphier-pro4"; 51 compatible = "socionext,uniphier-pro4-sanji", "socionext,uniphier-pro4";
52 52
53 memory {
54 device_type = "memory";
55 reg = <0x80000000 0x80000000>;
56 };
57
58 chosen { 53 chosen {
59 stdout-path = "serial0:115200n8"; 54 stdout-path = "serial0:115200n8";
60 }; 55 };
@@ -69,6 +64,11 @@
69 i2c5 = &i2c5; 64 i2c5 = &i2c5;
70 i2c6 = &i2c6; 65 i2c6 = &i2c6;
71 }; 66 };
67
68 memory@80000000 {
69 device_type = "memory";
70 reg = <0x80000000 0x80000000>;
71 };
72}; 72};
73 73
74&serial0 { 74&serial0 {
@@ -85,6 +85,7 @@
85 eeprom@54 { 85 eeprom@54 {
86 compatible = "st,24c64"; 86 compatible = "st,24c64";
87 reg = <0x54>; 87 reg = <0x54>;
88 pagesize = <32>;
88 }; 89 };
89}; 90};
90 91