Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates > by-pkgid > 21be4fe1e6180fdb79c9c4d7f33d25e7 > files > 2092

kernel-doc-5.3.11-1.mga7.noarch.rpm

LTC4151 High Voltage I2C Current and Voltage Monitor

Required properties:
- compatible: Must be "lltc,ltc4151"
- reg: I2C address

Optional properties:
- shunt-resistor-micro-ohms
	Shunt resistor value in micro-Ohms
	Defaults to <1000> if unset.

Example:

ltc4151@6e {
	compatible = "lltc,ltc4151";
	reg = <0x6e>;
	shunt-resistor-micro-ohms = <1500>;
};