mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 19:18:50 +07:00
4f120397fc
Signed-off-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
19 lines
356 B
Plaintext
19 lines
356 B
Plaintext
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>;
|
|
};
|