]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - Documentation/devicetree/bindings/sound/rt5514.txt
Merge remote-tracking branches 'asoc/topic/tas571x', 'asoc/topic/tlv320aic31xx',...
[mirror_ubuntu-eoan-kernel.git] / Documentation / devicetree / bindings / sound / rt5514.txt
CommitLineData
4a6180ea
OC
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
c9506bb8
OC
11Optional properties:
12
13- clocks: The phandle of the master clock to the CODEC
14- clock-names: Should be "mclk"
15
4a6180ea
OC
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};