1RT5514 audio CODEC
2
3This device supports I2C only.
4
5Required properties:
6
7- compatible : "realtek,rt5514".
8
9- reg : The I2C address of the device.
10
11Optional 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
19Pins on the device (for linking into audio routes) for RT5514:
20
21  * DMIC1L
22  * DMIC1R
23  * DMIC2L
24  * DMIC2R
25  * AMICL
26  * AMICR
27
28Example:
29
30codec: rt5514@57 {
31	compatible = "realtek,rt5514";
32	reg = <0x57>;
33};
34