]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - Documentation/devicetree/bindings/hwmon/ltc4151.txt
Merge remote-tracking branch 'torvalds/master' into perf/core
[mirror_ubuntu-jammy-kernel.git] / Documentation / devicetree / bindings / hwmon / ltc4151.txt
CommitLineData
4f120397
DG
1LTC4151 High Voltage I2C Current and Voltage Monitor
2
3Required properties:
4- compatible: Must be "lltc,ltc4151"
5- reg: I2C address
6
7Optional properties:
8- shunt-resistor-micro-ohms
9 Shunt resistor value in micro-Ohms
10 Defaults to <1000> if unset.
11
12Example:
13
14ltc4151@6e {
15 compatible = "lltc,ltc4151";
16 reg = <0x6e>;
17 shunt-resistor-micro-ohms = <1500>;
18};