Lines Matching +full:pmu +full:- +full:syscon

1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/arm/samsung/pmu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung Exynos SoC series Power Management Unit (PMU)
10 - Krzysztof Kozlowski <krzk@kernel.org>
12 # Custom select to avoid matching all nodes with 'syscon'
18 - samsung,exynos3250-pmu
19 - samsung,exynos4210-pmu
20 - samsung,exynos4412-pmu
21 - samsung,exynos5250-pmu
22 - samsung,exynos5260-pmu
23 - samsung,exynos5410-pmu
24 - samsung,exynos5420-pmu
25 - samsung,exynos5433-pmu
26 - samsung,exynos7-pmu
27 - samsung-s5pv210-pmu
29 - compatible
34 - enum:
35 - samsung,exynos3250-pmu
36 - samsung,exynos4210-pmu
37 - samsung,exynos4412-pmu
38 - samsung,exynos5250-pmu
39 - samsung,exynos5260-pmu
40 - samsung,exynos5410-pmu
41 - samsung,exynos5420-pmu
42 - samsung,exynos5433-pmu
43 - samsung,exynos7-pmu
44 - samsung-s5pv210-pmu
45 - const: syscon
50 assigned-clock-parents: true
51 assigned-clocks: true
53 '#clock-cells':
56 clock-names:
62 pattern: '^clkout([0-9]|[12][0-9]|3[0-1])$'
68 interrupt-controller:
71 to wake up a suspended PMU).
73 '#interrupt-cells':
78 syscon-poweroff:
79 $ref: "../../power/reset/syscon-poweroff.yaml#"
84 syscon-reboot:
85 $ref: "../../power/reset/syscon-reboot.yaml#"
91 - compatible
92 - reg
97 - if:
102 - samsung,exynos3250-pmu
103 - samsung,exynos4210-pmu
104 - samsung,exynos4412-pmu
105 - samsung,exynos5250-pmu
106 - samsung,exynos5410-pmu
107 - samsung,exynos5420-pmu
108 - samsung,exynos5433-pmu
111 - '#clock-cells'
112 - clock-names
113 - clocks
116 - |
117 #include <dt-bindings/clock/exynos5250.h>
119 pmu_system_controller: system-controller@10040000 {
120 compatible = "samsung,exynos5250-pmu", "syscon";
122 interrupt-controller;
123 #interrupt-cells = <3>;
124 interrupt-parent = <&gic>;
125 #clock-cells = <1>;
126 clock-names = "clkout16";