Lines Matching +full:sun8i +full:- +full:h3 +full:- +full:ccu

1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/thermal/allwinner,sun8i-a83t-ths.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Allwinner SUN8I Thermal Controller
10 - Vasily Khoruzhick <anarsoul@gmail.com>
11 - Yangtao Li <tiny.windzz@gmail.com>
13 $ref: thermal-sensor.yaml#
18 - allwinner,sun8i-a83t-ths
19 - allwinner,sun8i-h3-ths
20 - allwinner,sun8i-r40-ths
21 - allwinner,sun20i-d1-ths
22 - allwinner,sun50i-a64-ths
23 - allwinner,sun50i-a100-ths
24 - allwinner,sun50i-h5-ths
25 - allwinner,sun50i-h6-ths
26 - allwinner,sun50i-h616-ths
31 - description: Bus Clock
32 - description: Module Clock
34 clock-names:
37 - const: bus
38 - const: mod
49 nvmem-cells:
53 nvmem-cell-names:
60 "#thermal-sensor-cells":
62 - 0
63 - 1
66 - if:
71 - allwinner,sun20i-d1-ths
72 - allwinner,sun50i-a100-ths
73 - allwinner,sun50i-h6-ths
74 - allwinner,sun50i-h616-ths
81 clock-names:
89 clock-names:
92 - if:
97 const: allwinner,sun50i-h616-ths
103 - if:
108 - allwinner,sun8i-h3-ths
109 - allwinner,sun20i-d1-ths
113 "#thermal-sensor-cells":
118 "#thermal-sensor-cells":
121 - if:
127 - allwinner,sun8i-a83t-ths
131 - clocks
132 - clock-names
133 - resets
136 - compatible
137 - reg
138 - interrupts
143 - |
144 thermal-sensor@1f04000 {
145 compatible = "allwinner,sun8i-a83t-ths";
148 nvmem-cells = <&ths_calibration>;
149 nvmem-cell-names = "calibration";
150 #thermal-sensor-cells = <1>;
153 - |
154 thermal-sensor@1c25000 {
155 compatible = "allwinner,sun8i-h3-ths";
157 clocks = <&ccu 0>, <&ccu 1>;
158 clock-names = "bus", "mod";
159 resets = <&ccu 2>;
161 nvmem-cells = <&ths_calibration>;
162 nvmem-cell-names = "calibration";
163 #thermal-sensor-cells = <0>;
166 - |
167 thermal-sensor@5070400 {
168 compatible = "allwinner,sun50i-h6-ths";
170 clocks = <&ccu 0>;
171 clock-names = "bus";
172 resets = <&ccu 2>;
174 nvmem-cells = <&ths_calibration>;
175 nvmem-cell-names = "calibration";
176 #thermal-sensor-cells = <1>;