]> Pileus Git - ~andy/linux/blob - Documentation/devicetree/bindings/sound/max98090.txt
ASoC: max98090: add DT binding document for MAX98090 CODEC
[~andy/linux] / Documentation / devicetree / bindings / sound / max98090.txt
1 MAX98090 audio CODEC
2
3 This device supports I2C only.
4
5 Required properties:
6
7 - compatible : "maxim,max98090".
8
9 - reg : The I2C address of the device.
10
11 - interrupts : The CODEC's interrupt output.
12
13 Pins on the device (for linking into audio routes):
14
15   * MIC1
16   * MIC2
17   * DMICL
18   * DMICR
19   * IN1
20   * IN2
21   * IN3
22   * IN4
23   * IN5
24   * IN6
25   * IN12
26   * IN34
27   * IN56
28   * HPL
29   * HPR
30   * SPKL
31   * SPKR
32   * RCVL
33   * RCVR
34   * MICBIAS
35
36 Example:
37
38 audio-codec@10 {
39         compatible = "maxim,max98090";
40         reg = <0x10>;
41         interrupt-parent = <&gpio>;
42         interrupts = <TEGRA_GPIO(H, 4) GPIO_ACTIVE_HIGH>;
43 };