rt5514.txt 466 B

123456789101112131415161718192021222324252627282930
  1. RT5514 audio CODEC
  2. This device supports I2C only.
  3. Required properties:
  4. - compatible : "realtek,rt5514".
  5. - reg : The I2C address of the device.
  6. Optional properties:
  7. - clocks: The phandle of the master clock to the CODEC
  8. - clock-names: Should be "mclk"
  9. Pins on the device (for linking into audio routes) for RT5514:
  10. * DMIC1L
  11. * DMIC1R
  12. * DMIC2L
  13. * DMIC2R
  14. * AMICL
  15. * AMICR
  16. Example:
  17. codec: rt5514@57 {
  18. compatible = "realtek,rt5514";
  19. reg = <0x57>;
  20. };