Lines Matching +full:thermal +full:- +full:zones
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/thermal/rzg2l-thermal.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas RZ/G2L Thermal Sensor Unit
10 On RZ/G2L SoCs, the thermal sensor unit (TSU) measures the
14 - Biju Das <biju.das.jz@bp.renesas.com>
19 - enum:
20 - renesas,r9a07g043-tsu # RZ/G2UL and RZ/Five
21 - renesas,r9a07g044-tsu # RZ/G2{L,LC}
22 - renesas,r9a07g054-tsu # RZ/V2L
23 - const: renesas,rzg2l-tsu
31 power-domains:
37 "#thermal-sensor-cells":
41 - compatible
42 - reg
43 - clocks
44 - power-domains
45 - resets
46 - "#thermal-sensor-cells"
51 - |
52 #include <dt-bindings/clock/r9a07g044-cpg.h>
54 tsu: thermal@10059400 {
55 compatible = "renesas,r9a07g044-tsu",
56 "renesas,rzg2l-tsu";
60 power-domains = <&cpg>;
61 #thermal-sensor-cells = <1>;
64 thermal-zones {
65 cpu-thermal {
66 polling-delay-passive = <250>;
67 polling-delay = <1000>;
68 thermal-sensors = <&tsu 0>;
71 sensor_crit: sensor-crit {