rt5514.txt 732 字节
Newer Older
1 2
RT5514 audio CODEC

3
This device supports both I2C and SPI.
4 5 6 7 8

Required properties:

- compatible : "realtek,rt5514".

9 10
- reg : the I2C address of the device for I2C, the chip select
        number for SPI.
11

O
Oder Chiou 已提交
12 13 14 15 16
Optional properties:

- clocks: The phandle of the master clock to the CODEC
- clock-names: Should be "mclk"

17 18 19
- interrupts: The interrupt number to the cpu. The interrupt specifier format
	      depends on the interrupt controller.

20
- realtek,dmic-init-delay-ms
21
  Set the DMIC initial delay (ms) to wait it ready for I2C.
22

23
Pins on the device (for linking into audio routes) for I2C:
24 25 26 27 28 29 30 31 32 33

  * DMIC1L
  * DMIC1R
  * DMIC2L
  * DMIC2R
  * AMICL
  * AMICR

Example:

34
rt5514: codec@57 {
35 36 37
	compatible = "realtek,rt5514";
	reg = <0x57>;
};