ina209.txt 267 B

12345678910111213141516171819
  1. ina209 properties
  2. Required properties:
  3. - compatible: Must be "ti,ina209"
  4. - reg: I2C address
  5. Optional properties:
  6. - shunt-resistor
  7. Shunt resistor value in micro-Ohm
  8. Example:
  9. temp-sensor@4c {
  10. compatible = "ti,ina209";
  11. reg = <0x4c>;
  12. shunt-resistor = <5000>;
  13. };