Merge remote-tracking branch 'regmap/fix/raw' into regmap-linus
[deliverable/linux.git] / Documentation / devicetree / bindings / sound / rt5640.txt
CommitLineData
908b7032 1RT5640/RT5639 audio CODEC
dcad9f03
SW
2
3This device supports I2C only.
4
5Required properties:
6
908b7032 7- compatible : One of "realtek,rt5640" or "realtek,rt5639".
dcad9f03
SW
8
9- reg : The I2C address of the device.
10
11- interrupts : The CODEC's interrupt output.
12
13Optional properties:
14
15- realtek,in1-differential
16- realtek,in2-differential
16566e47
OC
17- realtek,in3-differential
18 Boolean. Indicate MIC1/2/3 input are differential, rather than single-ended.
dcad9f03
SW
19
20- realtek,ldo1-en-gpios : The GPIO that controls the CODEC's LDO1_EN pin.
21
908b7032 22Pins on the device (for linking into audio routes) for RT5639/RT5640:
b33d1f08
MB
23
24 * DMIC1
25 * DMIC2
26 * MICBIAS1
27 * IN1P
841fdde1 28 * IN1N
b33d1f08 29 * IN2P
841fdde1 30 * IN2N
16566e47
OC
31 * IN3P
32 * IN3N
b33d1f08
MB
33 * HPOL
34 * HPOR
35 * LOUTL
36 * LOUTR
b33d1f08
MB
37 * SPOLP
38 * SPOLN
39 * SPORP
40 * SPORN
41
908b7032
OC
42Additional pins on the device for RT5640:
43
44 * MONOP
45 * MONON
46
dcad9f03
SW
47Example:
48
49rt5640 {
50 compatible = "realtek,rt5640";
51 reg = <0x1c>;
52 interrupt-parent = <&gpio>;
53 interrupts = <TEGRA_GPIO(W, 3) GPIO_ACTIVE_HIGH>;
54 realtek,ldo1-en-gpios =
55 <&gpio TEGRA_GPIO(V, 3) GPIO_ACTIVE_HIGH>;
56};
This page took 0.138064 seconds and 5 git commands to generate.