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