ina3221 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. Kernel driver ina3221
  2. =====================
  3. Supported chips:
  4. * Texas Instruments INA3221
  5. Prefix: 'ina3221'
  6. Addresses: I2C 0x40 - 0x43
  7. Datasheet: Publicly available at the Texas Instruments website
  8. http://www.ti.com/
  9. Author: Andrew F. Davis <afd@ti.com>
  10. Description
  11. -----------
  12. The Texas Instruments INA3221 monitors voltage, current, and power on the high
  13. side of up to three D.C. power supplies. The INA3221 monitors both shunt drop
  14. and supply voltage, with programmable conversion times and averaging, current
  15. and power are calculated host-side from these.
  16. Sysfs entries
  17. -------------
  18. in[123]_input Bus voltage(mV) channels
  19. curr[123]_input Current(mA) measurement channels
  20. shunt[123]_resistor Shunt resistance(uOhm) channels
  21. curr[123]_crit Critical alert current(mA) setting, activates the
  22. corresponding alarm when the respective current
  23. is above this value
  24. curr[123]_crit_alarm Critical alert current limit exceeded
  25. curr[123]_max Warning alert current(mA) setting, activates the
  26. corresponding alarm when the respective current
  27. average is above this value.
  28. curr[123]_max_alarm Warning alert current limit exceeded
  29. in[456]_input Shunt voltage(uV) for channels 1, 2, and 3 respectively