Lines Matching +full:sun8i +full:- +full:a83t +full:- +full:ths

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>
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
27 - description: Bus Clock
28 - description: Module Clock
30 clock-names:
33 - const: bus
34 - const: mod
45 nvmem-cells:
49 nvmem-cell-names:
52 # See Documentation/devicetree/bindings/thermal/thermal-sensor.yaml for details
53 "#thermal-sensor-cells":
55 - 0
56 - 1
59 - if:
64 - allwinner,sun50i-a100-ths
65 - allwinner,sun50i-h6-ths
72 clock-names:
80 clock-names:
83 - if:
87 const: allwinner,sun8i-h3-ths
91 "#thermal-sensor-cells":
96 "#thermal-sensor-cells":
99 - if:
104 - allwinner,sun8i-h3-ths
105 - allwinner,sun8i-r40-ths
106 - allwinner,sun50i-a64-ths
107 - allwinner,sun50i-a100-ths
108 - allwinner,sun50i-h5-ths
109 - allwinner,sun50i-h6-ths
113 - clocks
114 - clock-names
115 - resets
118 - compatible
119 - reg
120 - interrupts
121 - '#thermal-sensor-cells'
126 - |
127 thermal-sensor@1f04000 {
128 compatible = "allwinner,sun8i-a83t-ths";
131 nvmem-cells = <&ths_calibration>;
132 nvmem-cell-names = "calibration";
133 #thermal-sensor-cells = <1>;
136 - |
137 thermal-sensor@1c25000 {
138 compatible = "allwinner,sun8i-h3-ths";
141 clock-names = "bus", "mod";
144 nvmem-cells = <&ths_calibration>;
145 nvmem-cell-names = "calibration";
146 #thermal-sensor-cells = <0>;
149 - |
150 thermal-sensor@5070400 {
151 compatible = "allwinner,sun50i-h6-ths";
154 clock-names = "bus";
157 nvmem-cells = <&ths_calibration>;
158 nvmem-cell-names = "calibration";
159 #thermal-sensor-cells = <1>;