aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/dts/sun8i-h3.dtsi')
-rw-r--r--arch/arm/dts/sun8i-h3.dtsi31
1 files changed, 31 insertions, 0 deletions
diff --git a/arch/arm/dts/sun8i-h3.dtsi b/arch/arm/dts/sun8i-h3.dtsi
index 41d57c76f2..f0096074a4 100644
--- a/arch/arm/dts/sun8i-h3.dtsi
+++ b/arch/arm/dts/sun8i-h3.dtsi
@@ -84,21 +84,30 @@
84 compatible = "arm,cortex-a7"; 84 compatible = "arm,cortex-a7";
85 device_type = "cpu"; 85 device_type = "cpu";
86 reg = <1>; 86 reg = <1>;
87 clocks = <&ccu CLK_CPUX>;
88 clock-names = "cpu";
87 operating-points-v2 = <&cpu0_opp_table>; 89 operating-points-v2 = <&cpu0_opp_table>;
90 #cooling-cells = <2>;
88 }; 91 };
89 92
90 cpu@2 { 93 cpu@2 {
91 compatible = "arm,cortex-a7"; 94 compatible = "arm,cortex-a7";
92 device_type = "cpu"; 95 device_type = "cpu";
93 reg = <2>; 96 reg = <2>;
97 clocks = <&ccu CLK_CPUX>;
98 clock-names = "cpu";
94 operating-points-v2 = <&cpu0_opp_table>; 99 operating-points-v2 = <&cpu0_opp_table>;
100 #cooling-cells = <2>;
95 }; 101 };
96 102
97 cpu@3 { 103 cpu@3 {
98 compatible = "arm,cortex-a7"; 104 compatible = "arm,cortex-a7";
99 device_type = "cpu"; 105 device_type = "cpu";
100 reg = <3>; 106 reg = <3>;
107 clocks = <&ccu CLK_CPUX>;
108 clock-names = "cpu";
101 operating-points-v2 = <&cpu0_opp_table>; 109 operating-points-v2 = <&cpu0_opp_table>;
110 #cooling-cells = <2>;
102 }; 111 };
103 }; 112 };
104 113
@@ -111,6 +120,28 @@
111 }; 120 };
112 121
113 soc { 122 soc {
123 system-control@1c00000 {
124 compatible = "allwinner,sun8i-h3-system-control";
125 reg = <0x01c00000 0x30>;
126 #address-cells = <1>;
127 #size-cells = <1>;
128 ranges;
129
130 sram_c: sram@1d00000 {
131 compatible = "mmio-sram";
132 reg = <0x01d00000 0x80000>;
133 #address-cells = <1>;
134 #size-cells = <1>;
135 ranges = <0 0x01d00000 0x80000>;
136
137 ve_sram: sram-section@0 {
138 compatible = "allwinner,sun8i-h3-sram-c1",
139 "allwinner,sun4i-a10-sram-c1";
140 reg = <0x000000 0x80000>;
141 };
142 };
143 };
144
114 mali: gpu@1c40000 { 145 mali: gpu@1c40000 {
115 compatible = "allwinner,sun8i-h3-mali", "arm,mali-400"; 146 compatible = "allwinner,sun8i-h3-mali", "arm,mali-400";
116 reg = <0x01c40000 0x10000>; 147 reg = <0x01c40000 0x10000>;