Lines Matching +full:- +full:thermal
1 Binding for Thermal Sensor driver for BCM2835 SoCs.
4 -------------------
6 compatible: should be one of: "brcm,bcm2835-thermal",
7 "brcm,bcm2836-thermal" or "brcm,bcm2837-thermal"
8 reg: Address range of the thermal registers.
9 clocks: Phandle of the clock used by the thermal sensor.
10 #thermal-sensor-cells: should be 0 (see Documentation/devicetree/bindings/thermal/thermal-sensor.ya…
14 thermal-zones {
15 cpu_thermal: cpu-thermal {
16 polling-delay-passive = <0>;
17 polling-delay = <1000>;
19 thermal-sensors = <&thermal>;
22 cpu-crit {
29 coefficients = <(-538) 407000>;
31 cooling-maps {
36 thermal: thermal@7e212000 {
37 compatible = "brcm,bcm2835-thermal";
40 #thermal-sensor-cells = <0>;