Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
[deliverable/linux.git] / Documentation / devicetree / bindings / hwmon / ina2xx.txt
CommitLineData
31e7ad74
TY
1ina2xx properties
2
3Required properties:
4- compatible: Must be one of the following:
62bc9f15 5 - "ti,ina209" for ina209
31e7ad74
TY
6 - "ti,ina219" for ina219
7 - "ti,ina220" for ina220
8 - "ti,ina226" for ina226
9 - "ti,ina230" for ina230
10- reg: I2C address
11
12Optional properties:
13
14- shunt-resistor
15 Shunt resistor value in micro-Ohm
16
17Example:
18
19ina220@44 {
20 compatible = "ti,ina220";
21 reg = <0x44>;
22 shunt-resistor = <1000>;
23};
This page took 0.195437 seconds and 5 git commands to generate.