diff options
-rw-r--r-- | Documentation/devicetree/bindings/sound/rt5616.txt | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/rt5616.txt b/Documentation/devicetree/bindings/sound/rt5616.txt new file mode 100644 index 000000000000..efc48c65198d --- /dev/null +++ b/Documentation/devicetree/bindings/sound/rt5616.txt | |||
@@ -0,0 +1,26 @@ | |||
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 | Pins 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 | |||
21 | Example: | ||
22 | |||
23 | codec: rt5616@1b { | ||
24 | compatible = "realtek,rt5616"; | ||
25 | reg = <0x1b>; | ||
26 | }; | ||