Merge tag 'for-4.18-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[sfrench/cifs-2.6.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 Optional properties:
12
13 - clocks: The phandle of the master clock to the CODEC.
14
15 - clock-names: Should be "mclk".
16
17 Pins on the device (for linking into audio routes) for RT5616:
18
19   * IN1P
20   * IN2P
21   * IN2N
22   * LOUTL
23   * LOUTR
24   * HPOL
25   * HPOR
26
27 Example:
28
29 rt5616: codec@1b {
30         compatible = "realtek,rt5616";
31         reg = <0x1b>;
32 };