18c2ecf20Sopenharmony_ci* Tango Thermal
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciThe SMP8758 SoC includes 3 instances of this temperature sensor
48c2ecf20Sopenharmony_ci(in the CPU, video decoder, and PCIe controller).
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciRequired properties:
78c2ecf20Sopenharmony_ci- #thermal-sensor-cells: Should be 0 (see Documentation/devicetree/bindings/thermal/thermal-sensor.yaml)
88c2ecf20Sopenharmony_ci- compatible: "sigma,smp8758-thermal"
98c2ecf20Sopenharmony_ci- reg: Address range of the thermal registers
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ciExample:
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci	cpu_temp: thermal@920100 {
148c2ecf20Sopenharmony_ci		#thermal-sensor-cells = <0>;
158c2ecf20Sopenharmony_ci		compatible = "sigma,smp8758-thermal";
168c2ecf20Sopenharmony_ci		reg = <0x920100 12>;
178c2ecf20Sopenharmony_ci	};
18