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