Merge tag 'tegra-for-4.8-i2c' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
[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 Optional properties:
12
13 - clocks: The phandle of the master clock to the CODEC
14 - clock-names: Should be "mclk"
15
16 Pins on the device (for linking into audio routes) for RT5514:
17
18   * DMIC1L
19   * DMIC1R
20   * DMIC2L
21   * DMIC2R
22   * AMICL
23   * AMICR
24
25 Example:
26
27 codec: rt5514@57 {
28         compatible = "realtek,rt5514";
29         reg = <0x57>;
30 };