]> git.karo-electronics.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/sound/rt5616.txt
Merge branches 'dt/next' and 'dt/linus' into for-next
[karo-tx-linux.git] / Documentation / devicetree / bindings / sound / rt5616.txt
1 RT5616 audio CODEC
2
3 This device supports I2C only.
4
5 Required properties:
6
7 - compatible : "realtek,rt5616".
8
9 - reg : The I2C address of the device.
10
11 Pins on the device (for linking into audio routes) for RT5616:
12
13   * IN1P
14   * IN2P
15   * IN2N
16   * LOUTL
17   * LOUTR
18   * HPOL
19   * HPOR
20
21 Example:
22
23 codec: rt5616@1b {
24         compatible = "realtek,rt5616";
25         reg = <0x1b>;
26 };