Lines Matching +full:uniphier +full:- +full:sysctrl

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/soc/socionext/socionext,uniphier-sysctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Socionext UniPhier system controller
10 - Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
13 System controller implemented on Socionext UniPhier SoCs has multiple
20 - enum:
21 - socionext,uniphier-ld4-sysctrl
22 - socionext,uniphier-pro4-sysctrl
23 - socionext,uniphier-pro5-sysctrl
24 - socionext,uniphier-pxs2-sysctrl
25 - socionext,uniphier-sld8-sysctrl
26 - socionext,uniphier-ld11-sysctrl
27 - socionext,uniphier-ld20-sysctrl
28 - socionext,uniphier-pxs3-sysctrl
29 - socionext,uniphier-nx1-sysctrl
30 - const: simple-mfd
31 - const: syscon
36 clock-controller:
37 $ref: /schemas/clock/socionext,uniphier-clock.yaml#
39 reset-controller:
40 $ref: /schemas/reset/socionext,uniphier-reset.yaml#
43 $ref: /schemas/watchdog/socionext,uniphier-wdt.yaml#
45 thermal-sensor:
46 $ref: /schemas/thermal/socionext,uniphier-thermal.yaml#
49 - if:
53 const: socionext,uniphier-ld4-sysctrl
58 - if:
63 - socionext,uniphier-ld4-sysctrl
64 - socionext,uniphier-pro4-sysctrl
65 - socionext,uniphier-sld8-sysctrl
66 - socionext,uniphier-ld11-sysctrl
69 thermal-sensor: false
74 - compatible
75 - reg
78 - |
79 #include <dt-bindings/interrupt-controller/arm-gic.h>
81 compatible = "socionext,uniphier-ld20-sysctrl",
82 "simple-mfd", "syscon";
85 clock-controller {
86 compatible = "socionext,uniphier-ld20-clock";
87 #clock-cells = <1>;
90 reset-controller {
91 compatible = "socionext,uniphier-ld20-reset";
92 #reset-cells = <1>;
96 compatible = "socionext,uniphier-wdt";
99 thermal-sensor {
100 compatible = "socionext,uniphier-ld20-thermal";
102 #thermal-sensor-cells = <0>;