Lines Matching +full:sun8i +full:- +full:a83t +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 Device Tree Bindings
10 - Vasily Khoruzhick <anarsoul@gmail.com>
11 - Yangtao Li <tiny.windzz@gmail.com>
16 - allwinner,sun8i-a83t-ths
17 - allwinner,sun8i-h3-ths
18 - allwinner,sun8i-r40-ths
19 - allwinner,sun50i-a64-ths
20 - allwinner,sun50i-a100-ths
21 - allwinner,sun50i-h5-ths
22 - allwinner,sun50i-h6-ths
28 - description: Bus Clock
29 - description: Module Clock
31 clock-names:
35 - const: bus
36 - const: mod
47 nvmem-cells:
51 nvmem-cell-names:
54 # See Documentation/devicetree/bindings/thermal/thermal-sensor.yaml for details
55 "#thermal-sensor-cells":
57 - 0
58 - 1
61 - if:
66 - allwinner,sun50i-a100-ths
67 - allwinner,sun50i-h6-ths
74 clock-names:
82 clock-names:
85 - if:
89 const: allwinner,sun8i-h3-ths
93 "#thermal-sensor-cells":
98 "#thermal-sensor-cells":
101 - if:
106 - const: allwinner,sun8i-h3-ths
107 - const: allwinner,sun8i-r40-ths
108 - const: allwinner,sun50i-a64-ths
109 - const: allwinner,sun50i-a100-ths
110 - const: allwinner,sun50i-h5-ths
111 - const: allwinner,sun50i-h6-ths
115 - clocks
116 - clock-names
117 - resets
120 - compatible
121 - reg
122 - interrupts
123 - '#thermal-sensor-cells'
128 - |
129 thermal-sensor@1f04000 {
130 compatible = "allwinner,sun8i-a83t-ths";
133 nvmem-cells = <&ths_calibration>;
134 nvmem-cell-names = "calibration";
135 #thermal-sensor-cells = <1>;
138 - |
139 thermal-sensor@1c25000 {
140 compatible = "allwinner,sun8i-h3-ths";
142 clocks = <&ccu 0>, <&ccu 1>;
143 clock-names = "bus", "mod";
144 resets = <&ccu 2>;
146 nvmem-cells = <&ths_calibration>;
147 nvmem-cell-names = "calibration";
148 #thermal-sensor-cells = <0>;
151 - |
152 thermal-sensor@5070400 {
153 compatible = "allwinner,sun50i-h6-ths";
155 clocks = <&ccu 0>;
156 clock-names = "bus";
157 resets = <&ccu 2>;
159 nvmem-cells = <&ths_calibration>;
160 nvmem-cell-names = "calibration";
161 #thermal-sensor-cells = <1>;