2013-06-19 06:50:20 +00:00
|
|
|
ina2xx properties
|
|
|
|
|
|
|
|
Required properties:
|
|
|
|
- compatible: Must be one of the following:
|
2015-09-26 04:37:27 +00:00
|
|
|
- "ti,ina209" for ina209
|
2013-06-19 06:50:20 +00:00
|
|
|
- "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>;
|
|
|
|
};
|