Merge branch 'jejb-fixes' into fixes
[deliverable/linux.git] / Documentation / devicetree / bindings / sound / rt5616.txt
CommitLineData
27af4e48
CW
1RT5616 audio CODEC
2
3This device supports I2C only.
4
5Required properties:
6
7- compatible : "realtek,rt5616".
8
9- reg : The I2C address of the device.
10
dcaee813
CW
11Optional properties:
12
13- clocks: The phandle of the master clock to the CODEC.
14
15- clock-names: Should be "mclk".
16
27af4e48
CW
17Pins 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
27Example:
28
29codec: rt5616@1b {
30 compatible = "realtek,rt5616";
31 reg = <0x1b>;
32};
This page took 0.071486 seconds and 5 git commands to generate.