Linux-libre 4.14.14-gnu
[librecmc/linux-libre.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 Optional properties:
12
13 - clocks: The phandle of the master clock to the CODEC
14 - clock-names: Should be "mclk"
15
16 - realtek,dmic-init-delay-ms
17   Set the DMIC initial delay (ms) to wait it ready.
18
19 Pins on the device (for linking into audio routes) for RT5514:
20
21   * DMIC1L
22   * DMIC1R
23   * DMIC2L
24   * DMIC2R
25   * AMICL
26   * AMICR
27
28 Example:
29
30 codec: rt5514@57 {
31         compatible = "realtek,rt5514";
32         reg = <0x57>;
33 };