Linux 4.1.18
[linux/fpc-iii.git] / Documentation / devicetree / bindings / i2c / ina209.txt
blob9dd2bee808409be53e56922b835e3e6332a040e4
1 ina209 properties
3 Required properties:
4 - compatible: Must be "ti,ina209"
5 - reg: I2C address
7 Optional properties:
9 - shunt-resistor
10         Shunt resistor value in micro-Ohm
12 Example:
14 temp-sensor@4c {
15         compatible = "ti,ina209";
16         reg = <0x4c>;
17         shunt-resistor = <5000>;