lan966x.rst 938 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .. SPDX-License-Identifier: GPL-2.0
  2. Kernel driver lan966x-hwmon
  3. ===========================
  4. Supported chips:
  5. * Microchip LAN9668 (sensor in SoC)
  6. Prefix: 'lan9668-hwmon'
  7. Datasheet: https://microchip-ung.github.io/lan9668_reginfo
  8. Authors:
  9. Michael Walle <[email protected]>
  10. Description
  11. -----------
  12. This driver implements support for the Microchip LAN9668 on-chip
  13. temperature sensor as well as its fan controller. It provides one
  14. temperature sensor and one fan controller. The temperature range
  15. of the sensor is specified from -40 to +125 degrees Celsius and
  16. its accuracy is +/- 5 degrees Celsius. The fan controller has a
  17. tacho input and a PWM output with a customizable PWM output
  18. frequency ranging from ~20Hz to ~650kHz.
  19. No alarms are supported by the SoC.
  20. The driver exports temperature values, fan tacho input and PWM
  21. settings via the following sysfs files:
  22. **temp1_input**
  23. **fan1_input**
  24. **pwm1**
  25. **pwm1_freq**