mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 21:21:47 +00:00
ceeadc5c51
Add support for the TI / Burr-Brown INA209 voltage / current / power monitor. Cc: Paul Hays <haysp@magma.net> Cc: Ira W. Snyder <iws@ovro.caltech.edu> Tested-by: Ira W. Snyder <iws@ovro.caltech.edu> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
19 lines
267 B
Plaintext
19 lines
267 B
Plaintext
ina209 properties
|
|
|
|
Required properties:
|
|
- compatible: Must be "ti,ina209"
|
|
- reg: I2C address
|
|
|
|
Optional properties:
|
|
|
|
- shunt-resistor
|
|
Shunt resistor value in micro-Ohm
|
|
|
|
Example:
|
|
|
|
temp-sensor@4c {
|
|
compatible = "ti,ina209";
|
|
reg = <0x4c>;
|
|
shunt-resistor = <5000>;
|
|
};
|