ltc4151.txt 356 B

12345678910111213141516171819
  1. LTC4151 High Voltage I2C Current and Voltage Monitor
  2. Required properties:
  3. - compatible: Must be "lltc,ltc4151"
  4. - reg: I2C address
  5. Optional properties:
  6. - shunt-resistor-micro-ohms
  7. Shunt resistor value in micro-Ohms
  8. Defaults to <1000> if unset.
  9. Example:
  10. ltc4151@6e {
  11. compatible = "lltc,ltc4151";
  12. reg = <0x6e>;
  13. shunt-resistor-micro-ohms = <1500>;
  14. };