Merge remote-tracking branches 'spi/topic/octeon', 'spi/topic/omap2-mcspi', 'spi...
[cascardo/linux.git] / Documentation / devicetree / bindings / sound / rt5514.txt
1 RT5514 audio CODEC
2
3 This device supports I2C only.
4
5 Required properties:
6
7 - compatible : "realtek,rt5514".
8
9 - reg : The I2C address of the device.
10
11 Pins on the device (for linking into audio routes) for RT5514:
12
13   * DMIC1L
14   * DMIC1R
15   * DMIC2L
16   * DMIC2R
17   * AMICL
18   * AMICR
19
20 Example:
21
22 codec: rt5514@57 {
23         compatible = "realtek,rt5514";
24         reg = <0x57>;
25 };