summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/hwmon/ina2xx.txt
blob: 9bcd5e87830d23882fa930c3b5214a94252f7957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
ina2xx properties

Required properties:
- compatible: Must be one of the following:
	- "ti,ina209" for ina209
	- "ti,ina219" for ina219
	- "ti,ina220" for ina220
	- "ti,ina226" for ina226
	- "ti,ina230" for ina230
- reg: I2C address

Optional properties:

- shunt-resistor
	Shunt resistor value in micro-Ohm

Example:

ina220@44 {
	compatible = "ti,ina220";
	reg = <0x44>;
	shunt-resistor = <1000>;
};