Merge remote-tracking branch 'sound-asoc/for-next'
[deliverable/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 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 codec: rt5616@1b {
30 compatible = "realtek,rt5616";
31 reg = <0x1b>;
32 };
This page took 0.072157 seconds and 5 git commands to generate.