max98925.txt 408 B

12345678910111213141516171819202122
  1. max98925 audio CODEC
  2. This device supports I2C.
  3. Required properties:
  4. - compatible : "maxim,max98925"
  5. - vmon-slot-no : slot number used to send voltage information
  6. - imon-slot-no : slot number used to send current information
  7. - reg : the I2C address of the device for I2C
  8. Example:
  9. codec: max98925@1a {
  10. compatible = "maxim,max98925";
  11. vmon-slot-no = <0>;
  12. imon-slot-no = <2>;
  13. reg = <0x1a>;
  14. };