ina233.rst 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .. SPDX-License-Identifier: GPL-2.0
  2. Kernel driver ina233
  3. ====================
  4. Supported chips:
  5. * TI INA233
  6. Prefix: 'ina233'
  7. * Datasheet
  8. Publicly available at the TI website : https://www.ti.com/lit/ds/symlink/ina233.pdf
  9. Author: Leo Yang <leo.yang.sy0@gmail.com>
  10. Usage Notes
  11. -----------
  12. The shunt resistor value can be configured by a device tree property;
  13. see Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml for details.
  14. Description
  15. -----------
  16. This driver supports hardware monitoring for TI INA233.
  17. The driver is a client driver to the core PMBus driver. Please see
  18. Documentation/hwmon/pmbus.rst for details on PMBus client drivers.
  19. The driver provides the following attributes for input voltage:
  20. **in1_input**
  21. **in1_label**
  22. **in1_max**
  23. **in1_max_alarm**
  24. **in1_min**
  25. **in1_min_alarm**
  26. The driver provides the following attributes for shunt voltage:
  27. **in2_input**
  28. **in2_label**
  29. The driver provides the following attributes for output voltage:
  30. **in3_input**
  31. **in3_label**
  32. **in3_alarm**
  33. The driver provides the following attributes for output current:
  34. **curr1_input**
  35. **curr1_label**
  36. **curr1_max**
  37. **curr1_max_alarm**
  38. The driver provides the following attributes for input power:
  39. **power1_input**
  40. **power1_label**