Lines Matching +full:- +full:thermal

1 # SPDX-License-Identifier: GPL-2.0-only
4 ---
5 $id: http://devicetree.org/schemas/thermal/rcar-gen3-thermal.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Renesas R-Car Gen3 Thermal Sensor
11 On most R-Car Gen3 and later SoCs, the thermal sensor controllers (TSC)
12 control the thermal sensors (THS) which are the analog circuits for
16 - Niklas Söderlund <niklas.soderlund@ragnatech.se>
21 - renesas,r8a774a1-thermal # RZ/G2M
22 - renesas,r8a774b1-thermal # RZ/G2N
23 - renesas,r8a774e1-thermal # RZ/G2H
24 - renesas,r8a7795-thermal # R-Car H3
25 - renesas,r8a7796-thermal # R-Car M3-W
26 - renesas,r8a77961-thermal # R-Car M3-W+
27 - renesas,r8a77965-thermal # R-Car M3-N
28 - renesas,r8a77980-thermal # R-Car V3H
29 - renesas,r8a779a0-thermal # R-Car V3U
30 - renesas,r8a779f0-thermal # R-Car S4-8
36 - description: TEMP1 interrupt
37 - description: TEMP2 interrupt
38 - description: TEMP3 interrupt
43 power-domains:
49 "#thermal-sensor-cells":
53 - compatible
54 - reg
55 - clocks
56 - power-domains
57 - resets
58 - "#thermal-sensor-cells"
65 - renesas,r8a779a0-thermal
70 - description: TSC0 registers
71 - description: TSC1 registers
72 - description: TSC2 registers
73 - description: TSC3 registers
74 - description: TSC4 registers
80 - description: TSC1 registers
81 - description: TSC2 registers
82 - description: TSC3 registers
89 - renesas,r8a779f0-thermal
92 - interrupts
97 - |
98 #include <dt-bindings/clock/r8a7795-cpg-mssr.h>
99 #include <dt-bindings/interrupt-controller/arm-gic.h>
100 #include <dt-bindings/power/r8a7795-sysc.h>
102 tsc: thermal@e6198000 {
103 compatible = "renesas,r8a7795-thermal";
111 power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
113 #thermal-sensor-cells = <1>;
116 thermal-zones {
117 sensor_thermal: sensor-thermal {
118 polling-delay-passive = <250>;
119 polling-delay = <1000>;
120 thermal-sensors = <&tsc 0>;
123 sensor1_crit: sensor1-crit {
131 - |
132 #include <dt-bindings/clock/r8a779a0-cpg-mssr.h>
133 #include <dt-bindings/interrupt-controller/arm-gic.h>
134 #include <dt-bindings/power/r8a779a0-sysc.h>
136 tsc_r8a779a0: thermal@e6190000 {
137 compatible = "renesas,r8a779a0-thermal";
144 power-domains = <&sysc R8A779A0_PD_ALWAYS_ON>;
146 #thermal-sensor-cells = <1>;