gro: Allow tunnel stacking in the case of FOU/GUE
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / max98090.txt
blobaa802a274520793a4ae3f46fa3edb8d55be1083c
1 MAX98090 audio CODEC
3 This device supports I2C only.
5 Required properties:
7 - compatible : "maxim,max98090" or "maxim,max98091".
9 - reg : The I2C address of the device.
11 - interrupts : The CODEC's interrupt output.
13 Optional properties:
15 - clocks: The phandle of the master clock to the CODEC
17 - clock-names: Should be "mclk"
19 - maxim,dmic-freq: Frequency at which to clock DMIC
21 Pins on the device (for linking into audio routes):
23   * MIC1
24   * MIC2
25   * DMICL
26   * DMICR
27   * IN1
28   * IN2
29   * IN3
30   * IN4
31   * IN5
32   * IN6
33   * IN12
34   * IN34
35   * IN56
36   * HPL
37   * HPR
38   * SPKL
39   * SPKR
40   * RCVL
41   * RCVR
42   * MICBIAS
44 Example:
46 audio-codec@10 {
47         compatible = "maxim,max98090";
48         reg = <0x10>;
49         interrupt-parent = <&gpio>;
50         interrupts = <TEGRA_GPIO(H, 4) GPIO_ACTIVE_HIGH>;