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
16Pins on the device (for linking into audio routes) for RT5514:
17
18  * DMIC1L
19  * DMIC1R
20  * DMIC2L
21  * DMIC2R
22  * AMICL
23  * AMICR
24
25Example:
26
27codec: rt5514@57 {
28	compatible = "realtek,rt5514";
29	reg = <0x57>;
30};
31