Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | MAX98088 audio CODEC |
| 2 | |
| 3 | This device supports I2C only. |
| 4 | |
| 5 | Required properties: |
| 6 | |
| 7 | - compatible: "maxim,max98088" or "maxim,max98089". |
| 8 | - reg: The I2C address of the device. |
| 9 | |
| 10 | Optional properties: |
| 11 | |
| 12 | - clocks: the clock provider of MCLK, see ../clock/clock-bindings.txt section |
| 13 | "consumer" for more information. |
| 14 | - clock-names: must be set to "mclk" |
| 15 | |
| 16 | Example: |
| 17 | |
| 18 | max98089: codec@10 { |
| 19 | compatible = "maxim,max98089"; |
| 20 | reg = <0x10>; |
| 21 | clocks = <&clks IMX6QDL_CLK_CKO2>; |
| 22 | clock-names = "mclk"; |
| 23 | }; |