max9860.txt 589 B

12345678910111213141516171819202122232425262728
  1. MAX9860 Mono Audio Voice Codec
  2. Required properties:
  3. - compatible : "maxim,max9860"
  4. - reg : the I2C address of the device
  5. - AVDD-supply, DVDD-supply and DVDDIO-supply : power supplies for
  6. the device, as covered in bindings/regulator/regulator.txt
  7. - clock-names : Required element: "mclk".
  8. - clocks : A clock specifier for the clock connected as MCLK.
  9. Examples:
  10. max9860: max9860@10 {
  11. compatible = "maxim,max9860";
  12. reg = <0x10>;
  13. AVDD-supply = <&reg_1v8>;
  14. DVDD-supply = <&reg_1v8>;
  15. DVDDIO-supply = <&reg_3v0>;
  16. clock-names = "mclk";
  17. clocks = <&pck2>;
  18. };