Merge remote-tracking branches 'regmap/topic/bulk', 'regmap/topic/i2c', 'regmap/topic...
[deliverable/linux.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
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};
This page took 0.064564 seconds and 5 git commands to generate.