Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | MAX9860 Mono Audio Voice Codec |
| 2 | |
| 3 | Required properties: |
| 4 | |
| 5 | - compatible : "maxim,max9860" |
| 6 | |
| 7 | - reg : the I2C address of the device |
| 8 | |
| 9 | - AVDD-supply, DVDD-supply and DVDDIO-supply : power supplies for |
| 10 | the device, as covered in bindings/regulator/regulator.txt |
| 11 | |
| 12 | - clock-names : Required element: "mclk". |
| 13 | |
| 14 | - clocks : A clock specifier for the clock connected as MCLK. |
| 15 | |
| 16 | Examples: |
| 17 | |
| 18 | max9860: max9860@10 { |
| 19 | compatible = "maxim,max9860"; |
| 20 | reg = <0x10>; |
| 21 | |
| 22 | AVDD-supply = <®_1v8>; |
| 23 | DVDD-supply = <®_1v8>; |
| 24 | DVDDIO-supply = <®_3v0>; |
| 25 | |
| 26 | clock-names = "mclk"; |
| 27 | clocks = <&pck2>; |
| 28 | }; |