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