ina2xx.txt 428 B

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