WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / rt5514.txt
blobd2cc171f22f2aedd918ad75df8bb2ca6daa51bd4
1 RT5514 audio CODEC
3 This device supports both I2C and SPI.
5 Required properties:
7 - compatible : "realtek,rt5514".
9 - reg : the I2C address of the device for I2C, the chip select
10         number for SPI.
12 Optional properties:
14 - clocks: The phandle of the master clock to the CODEC
15 - clock-names: Should be "mclk"
17 - interrupts: The interrupt number to the cpu. The interrupt specifier format
18               depends on the interrupt controller.
20 - realtek,dmic-init-delay-ms
21   Set the DMIC initial delay (ms) to wait it ready for I2C.
23 Pins on the device (for linking into audio routes) for I2C:
25   * DMIC1L
26   * DMIC1R
27   * DMIC2L
28   * DMIC2R
29   * AMICL
30   * AMICR
32 Example:
34 rt5514: codec@57 {
35         compatible = "realtek,rt5514";
36         reg = <0x57>;