w83773g.rst 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. Kernel driver w83773g
  2. =====================
  3. Supported chips:
  4. * Nuvoton W83773G
  5. Prefix: 'w83773g'
  6. Addresses scanned: I2C 0x4c and 0x4d
  7. Datasheet: https://www.nuvoton.com/resource-files/W83773G_SG_DatasheetV1_2.pdf
  8. Authors:
  9. Lei YU <[email protected]>
  10. Description
  11. -----------
  12. This driver implements support for Nuvoton W83773G temperature sensor
  13. chip. This chip implements one local and two remote sensors.
  14. The chip also features offsets for the two remote sensors which get added to
  15. the input readings. The chip does all the scaling by itself and the driver
  16. therefore reports true temperatures that don't need any user-space adjustments.
  17. Temperature is measured in degrees Celsius.
  18. The chip is wired over I2C/SMBus and specified over a temperature
  19. range of -40 to +125 degrees Celsius (for local sensor) and -40 to +127
  20. degrees Celsius (for remote sensors).
  21. Resolution for both the local and remote channels is 0.125 degree C.
  22. The chip supports only temperature measurement. The driver exports
  23. the temperature values via the following sysfs files:
  24. **temp[1-3]_input, temp[2-3]_fault, temp[2-3]_offset, update_interval**