Lines Matching +full:r8a7795 +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
31 - renesas,r8a779g0-thermal # R-Car V4H
37 - description: TEMP1 interrupt
38 - description: TEMP2 interrupt
39 - description: TEMP3 interrupt
44 power-domains:
50 "#thermal-sensor-cells":
54 - compatible
55 - reg
56 - clocks
57 - power-domains
58 - resets
59 - "#thermal-sensor-cells"
66 - renesas,r8a779a0-thermal
71 - description: TSC0 registers
72 - description: TSC1 registers
73 - description: TSC2 registers
74 - description: TSC3 registers
75 - description: TSC4 registers
81 - description: TSC1 registers
82 - description: TSC2 registers
83 - description: TSC3 registers
84 - description: TSC4 registers
91 - renesas,r8a779f0-thermal
92 - renesas,r8a779g0-thermal
95 - interrupts
100 - |
101 #include <dt-bindings/clock/r8a7795-cpg-mssr.h>
102 #include <dt-bindings/interrupt-controller/arm-gic.h>
103 #include <dt-bindings/power/r8a7795-sysc.h>
105 tsc: thermal@e6198000 {
106 compatible = "renesas,r8a7795-thermal";
114 power-domains = <&sysc R8A7795_PD_ALWAYS_ON>;
116 #thermal-sensor-cells = <1>;
119 thermal-zones {
120 sensor_thermal: sensor-thermal {
121 polling-delay-passive = <250>;
122 polling-delay = <1000>;
123 thermal-sensors = <&tsc 0>;
126 sensor1_crit: sensor1-crit {
134 - |
135 #include <dt-bindings/clock/r8a779a0-cpg-mssr.h>
136 #include <dt-bindings/interrupt-controller/arm-gic.h>
137 #include <dt-bindings/power/r8a779a0-sysc.h>
139 tsc_r8a779a0: thermal@e6190000 {
140 compatible = "renesas,r8a779a0-thermal";
147 power-domains = <&sysc R8A779A0_PD_ALWAYS_ON>;
149 #thermal-sensor-cells = <1>;