ina2xx.txt 376 B

1234567891011121314151617181920212223
  1. ina2xx properties
  2. Required properties:
  3. - compatible: Must be one of the following:
  4. - "ti,ina219" for ina219
  5. - "ti,ina220" for ina220
  6. - "ti,ina226" for ina226
  7. - "ti,ina230" for ina230
  8. - reg: I2C address
  9. Optional properties:
  10. - shunt-resistor
  11. Shunt resistor value in micro-Ohm
  12. Example:
  13. ina220@44 {
  14. compatible = "ti,ina220";
  15. reg = <0x44>;
  16. shunt-resistor = <1000>;
  17. };