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.
9 Each bit represents single TMON source.
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.
13 specifier value is tmon ID and it should be
14 in correspond with brcm,tmon-mask.
15 - temperature: trip temperature threshold in millicelsius.
19 compatible = "simple-bus";
22 ranges = <0x0 0x0 0x8f100000 0x100>;
25 compatible = "brcm,sr-thermal";
27 brcm,tmon-mask = <0x3f>;
28 #thermal-sensor-cells = <1>;
33 ihost0_thermal: ihost0-thermal {
34 polling-delay-passive = <0>;
35 polling-delay = <1000>;
36 thermal-sensors = <&tmon 0>;
39 temperature = <105000>;
45 ihost1_thermal: ihost1-thermal {
46 polling-delay-passive = <0>;
47 polling-delay = <1000>;
48 thermal-sensors = <&tmon 1>;
51 temperature = <105000>;
57 ihost2_thermal: ihost2-thermal {
58 polling-delay-passive = <0>;
59 polling-delay = <1000>;
60 thermal-sensors = <&tmon 2>;
63 temperature = <105000>;
69 ihost3_thermal: ihost3-thermal {
70 polling-delay-passive = <0>;
71 polling-delay = <1000>;
72 thermal-sensors = <&tmon 3>;
75 temperature = <105000>;
81 crmu_thermal: crmu-thermal {
82 polling-delay-passive = <0>;
83 polling-delay = <1000>;
84 thermal-sensors = <&tmon 4>;
87 temperature = <105000>;
93 nitro_thermal: nitro-thermal {
94 polling-delay-passive = <0>;
95 polling-delay = <1000>;
96 thermal-sensors = <&tmon 5>;
99 temperature = <105000>;