tango-thermal.txt 429 B

1234567891011121314151617
  1. * Tango Thermal
  2. The SMP8758 SoC includes 3 instances of this temperature sensor
  3. (in the CPU, video decoder, and PCIe controller).
  4. Required properties:
  5. - #thermal-sensor-cells: Should be 0 (see thermal.txt)
  6. - compatible: "sigma,smp8758-thermal"
  7. - reg: Address range of the thermal registers
  8. Example:
  9. cpu_temp: thermal@920100 {
  10. #thermal-sensor-cells = <0>;
  11. compatible = "sigma,smp8758-thermal";
  12. reg = <0x920100 12>;
  13. };