1 MAX9860 Mono Audio Voice Codec 1 MAX9860 Mono Audio Voice Codec 2 2 3 Required properties: 3 Required properties: 4 4 5 - compatible : "maxim,max9860" 5 - compatible : "maxim,max9860" 6 6 7 - reg : the I2C address of the device 7 - reg : the I2C address of the device 8 8 9 - AVDD-supply, DVDD-supply and DVDDIO-supply 9 - AVDD-supply, DVDD-supply and DVDDIO-supply : power supplies for 10 the device, as covered in bindings/regulat 10 the device, as covered in bindings/regulator/regulator.txt 11 11 12 - clock-names : Required element: "mclk". 12 - clock-names : Required element: "mclk". 13 13 14 - clocks : A clock specifier for the clock c 14 - clocks : A clock specifier for the clock connected as MCLK. 15 15 16 Examples: 16 Examples: 17 17 18 max9860: max9860@10 { 18 max9860: max9860@10 { 19 compatible = "maxim,max9860"; 19 compatible = "maxim,max9860"; 20 reg = <0x10>; 20 reg = <0x10>; 21 21 22 AVDD-supply = <®_1v8>; 22 AVDD-supply = <®_1v8>; 23 DVDD-supply = <®_1v8>; 23 DVDD-supply = <®_1v8>; 24 DVDDIO-supply = <®_3v0>; 24 DVDDIO-supply = <®_3v0>; 25 25 26 clock-names = "mclk"; 26 clock-names = "mclk"; 27 clocks = <&pck2>; 27 clocks = <&pck2>; 28 }; 28 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.