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