Merge remote-tracking branch 'regmap/fix/raw' into regmap-linus
[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
11Pins 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
21Example:
22
23codec: rt5616@1b {
24 compatible = "realtek,rt5616";
25 reg = <0x1b>;
26};
This page took 0.035549 seconds and 5 git commands to generate.