Lines Matching +full:r +full:- +full:mobile
1 # SPDX-License-Identifier: GPL-2.0-only
4 ---
5 $id: http://devicetree.org/schemas/thermal/rcar-thermal.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Renesas R-Car Thermal
11 - Niklas Söderlund <niklas.soderlund@ragnatech.se>
16 - items:
17 - enum:
18 - renesas,thermal-r8a73a4 # R-Mobile APE6
19 - renesas,thermal-r8a7779 # R-Car H1
20 - const: renesas,rcar-thermal # Generic without thermal-zone
21 - items:
22 - enum:
23 - renesas,thermal-r8a7742 # RZ/G1H
24 - renesas,thermal-r8a7743 # RZ/G1M
25 - renesas,thermal-r8a7744 # RZ/G1N
26 - const: renesas,rcar-gen2-thermal # Generic thermal-zone
27 - items:
28 - enum:
29 - renesas,thermal-r8a7790 # R-Car H2
30 - renesas,thermal-r8a7791 # R-Car M2-W
31 - renesas,thermal-r8a7792 # R-Car V2H
32 - renesas,thermal-r8a7793 # R-Car M2-N
33 - const: renesas,rcar-gen2-thermal # Generic thermal-zone
34 - const: renesas,rcar-thermal # Generic without thermal-zone
35 - items:
36 - enum:
37 - renesas,thermal-r8a774c0 # RZ/G2E
38 - renesas,thermal-r8a77970 # R-Car V3M
39 - renesas,thermal-r8a77990 # R-Car E3
40 - renesas,thermal-r8a77995 # R-Car D3
56 power-domains:
62 "#thermal-sensor-cells":
70 - renesas,thermal-r8a73a4 # R-Mobile APE6
71 - renesas,thermal-r8a7779 # R-Car H1
74 - compatible
75 - reg
78 - compatible
79 - reg
80 - interrupts
81 - clocks
82 - power-domains
83 - resets
89 - |
91 compatible = "renesas,thermal-r8a7779", "renesas,rcar-thermal";
96 - |
97 #include <dt-bindings/clock/r8a73a4-clock.h>
98 #include <dt-bindings/interrupt-controller/arm-gic.h>
99 #include <dt-bindings/interrupt-controller/irq.h>
102 compatible = "renesas,thermal-r8a73a4", "renesas,rcar-thermal";
107 power-domains = <&pd_c5>;
110 # Example (with thermal-zone)
111 - |
112 #include <dt-bindings/clock/r8a7790-cpg-mssr.h>
113 #include <dt-bindings/interrupt-controller/arm-gic.h>
114 #include <dt-bindings/power/r8a7790-sysc.h>
117 compatible = "renesas,thermal-r8a7790",
118 "renesas,rcar-gen2-thermal",
119 "renesas,rcar-thermal";
123 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
125 #thermal-sensor-cells = <0>;
128 thermal-zones {
129 cpu_thermal: cpu-thermal {
130 polling-delay-passive = <1000>;
131 polling-delay = <5000>;
133 thermal-sensors = <&thermal>;
136 cpu-crit {
142 cooling-maps {