^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) MAX9860 Mono Audio Voice Codec
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) - compatible : "maxim,max9860"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) - reg : the I2C address of the device
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) - AVDD-supply, DVDD-supply and DVDDIO-supply : power supplies for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) the device, as covered in bindings/regulator/regulator.txt
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) - clock-names : Required element: "mclk".
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) - clocks : A clock specifier for the clock connected as MCLK.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) Examples:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) max9860: max9860@10 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) compatible = "maxim,max9860";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) reg = <0x10>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) AVDD-supply = <®_1v8>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) DVDD-supply = <®_1v8>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) DVDDIO-supply = <®_3v0>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) clock-names = "mclk";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) clocks = <&pck2>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) };