Lines Matching +full:thermal +full:- +full:zones

1 * Broadcom Stingray Thermal
3 This binding describes thermal sensors that is part of Stingray SoCs.
6 - compatible : Must be "brcm,sr-thermal"
7 - reg : Memory where tmon data will be available.
8 - brcm,tmon-mask: A one cell bit mask of valid TMON sources.
10 - #thermal-sensor-cells : Thermal sensor phandler
11 - polling-delay: Max number of milliseconds to wait between polls.
12 - thermal-sensors: A list of thermal sensor phandles and specifier.
14 in correspond with brcm,tmon-mask.
15 - temperature: trip temperature threshold in millicelsius.
19 compatible = "simple-bus";
20 #address-cells = <1>;
21 #size-cells = <1>;
25 compatible = "brcm,sr-thermal";
27 brcm,tmon-mask = <0x3f>;
28 #thermal-sensor-cells = <1>;
32 thermal-zones {
33 ihost0_thermal: ihost0-thermal {
34 polling-delay-passive = <0>;
35 polling-delay = <1000>;
36 thermal-sensors = <&tmon 0>;
38 cpu-crit {
45 ihost1_thermal: ihost1-thermal {
46 polling-delay-passive = <0>;
47 polling-delay = <1000>;
48 thermal-sensors = <&tmon 1>;
50 cpu-crit {
57 ihost2_thermal: ihost2-thermal {
58 polling-delay-passive = <0>;
59 polling-delay = <1000>;
60 thermal-sensors = <&tmon 2>;
62 cpu-crit {
69 ihost3_thermal: ihost3-thermal {
70 polling-delay-passive = <0>;
71 polling-delay = <1000>;
72 thermal-sensors = <&tmon 3>;
74 cpu-crit {
81 crmu_thermal: crmu-thermal {
82 polling-delay-passive = <0>;
83 polling-delay = <1000>;
84 thermal-sensors = <&tmon 4>;
86 cpu-crit {
93 nitro_thermal: nitro-thermal {
94 polling-delay-passive = <0>;
95 polling-delay = <1000>;
96 thermal-sensors = <&tmon 5>;
98 cpu-crit {