Lines Matching +full:psci +full:- +full:0
1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
9 #include <dt-bindings/interrupt-controller/arm-gic.h>
13 #address-cells = <2>;
14 #size-cells = <1>;
16 interrupt-parent = <&gic>;
31 #address-cells = <1>;
32 #size-cells = <0>;
34 cpu-map {
66 cpu0: cpu@0 {
68 compatible = "arm,cortex-a55";
69 reg = <0x0>;
70 enable-method = "psci";
75 compatible = "arm,cortex-a55";
76 reg = <0x1>;
77 enable-method = "psci";
82 compatible = "arm,cortex-a55";
83 reg = <0x2>;
84 enable-method = "psci";
89 compatible = "arm,cortex-a55";
90 reg = <0x3>;
91 enable-method = "psci";
96 compatible = "samsung,mongoose-m3";
97 reg = <0x100>;
98 enable-method = "psci";
103 compatible = "samsung,mongoose-m3";
104 reg = <0x101>;
105 enable-method = "psci";
110 compatible = "samsung,mongoose-m3";
111 reg = <0x102>;
112 enable-method = "psci";
117 compatible = "samsung,mongoose-m3";
118 reg = <0x103>;
119 enable-method = "psci";
123 oscclk: osc-clock {
124 compatible = "fixed-clock";
125 #clock-cells = <0>;
126 clock-output-names = "oscclk";
129 pmu-a55 {
130 compatible = "arm,cortex-a55-pmu";
135 interrupt-affinity = <&cpu0>,
141 pmu-mongoose-m3 {
142 compatible = "samsung,mongoose-pmu";
147 interrupt-affinity = <&cpu4>,
153 psci {
154 compatible = "arm,psci";
156 cpu_off = <0x84000002>;
157 cpu_on = <0xc4000003>;
158 cpu_suspend = <0xc4000001>;
161 soc: soc@0 {
162 compatible = "simple-bus";
163 ranges = <0x0 0x0 0x0 0x20000000>;
165 #address-cells = <1>;
166 #size-cells = <1>;
169 compatible = "samsung,exynos9810-chipid",
170 "samsung,exynos850-chipid";
171 reg = <0x10000000 0x100>;
174 gic: interrupt-controller@10101000 {
175 compatible = "arm,gic-400";
176 reg = <0x10101000 0x1000>,
177 <0x10102000 0x1000>,
178 <0x10104000 0x2000>,
179 <0x10106000 0x2000>;
180 #interrupt-cells = <3>;
181 interrupt-controller;
184 #address-cells = <0>;
185 #size-cells = <1>;
189 compatible = "samsung,exynos9810-pinctrl";
190 reg = <0x10430000 0x1000>;
195 compatible = "samsung,exynos9810-pinctrl";
196 reg = <0x10830000 0x1000>;
201 compatible = "samsung,exynos9810-pinctrl";
202 reg = <0x11050000 0x1000>;
207 compatible = "samsung,exynos9810-pinctrl";
208 reg = <0x11430000 0x1000>;
213 compatible = "samsung,exynos9810-pinctrl";
214 reg = <0x13880000 0x1000>;
218 compatible = "samsung,exynos9810-pinctrl";
219 reg = <0x13a80000 0x1000>;
224 compatible = "samsung,exynos9810-pinctrl";
225 reg = <0x14050000 0x1000>;
227 wakeup-interrupt-controller {
228 compatible = "samsung,exynos9810-wakeup-eint",
229 "samsung,exynos850-wakeup-eint",
230 "samsung,exynos7-wakeup-eint";
234 pmu_system_controller: system-controller@14060000 {
235 compatible = "samsung,exynos9810-pmu",
236 "samsung,exynos7-pmu", "syscon";
237 reg = <0x14060000 0x10000>;
241 compatible = "samsung,exynos9810-pinctrl";
242 reg = <0x14220000 0x1000>;
244 wakeup-interrupt-controller {
245 compatible = "samsung,exynos9810-wakeup-eint",
246 "samsung,exynos850-wakeup-eint",
247 "samsung,exynos7-wakeup-eint";
252 compatible = "samsung,exynos9810-pinctrl";
253 reg = <0x17c60000 0x1000>;
258 compatible = "arm,armv8-timer";
265 * Non-updatable, broken stock Samsung bootloader does not
268 clock-frequency = <26000000>;
272 #include "exynos9810-pinctrl.dtsi"
273 #include "arm/samsung/exynos-syscon-restart.dtsi"