rt5514.txt 732 B

12345678910111213141516171819202122232425262728293031323334353637
  1. RT5514 audio CODEC
  2. This device supports both I2C and SPI.
  3. Required properties:
  4. - compatible : "realtek,rt5514".
  5. - reg : the I2C address of the device for I2C, the chip select
  6. number for SPI.
  7. Optional properties:
  8. - clocks: The phandle of the master clock to the CODEC
  9. - clock-names: Should be "mclk"
  10. - interrupts: The interrupt number to the cpu. The interrupt specifier format
  11. depends on the interrupt controller.
  12. - realtek,dmic-init-delay-ms
  13. Set the DMIC initial delay (ms) to wait it ready for I2C.
  14. Pins on the device (for linking into audio routes) for I2C:
  15. * DMIC1L
  16. * DMIC1R
  17. * DMIC2L
  18. * DMIC2R
  19. * AMICL
  20. * AMICR
  21. Example:
  22. rt5514: codec@57 {
  23. compatible = "realtek,rt5514";
  24. reg = <0x57>;
  25. };