rt5663.txt 496 B

123456789101112131415161718192021222324252627282930
  1. RT5663/RT5668 audio CODEC
  2. This device supports I2C only.
  3. Required properties:
  4. - compatible : One of "realtek,rt5663" or "realtek,rt5668".
  5. - reg : The I2C address of the device.
  6. - interrupts : The CODEC's interrupt output.
  7. Optional properties:
  8. Pins on the device (for linking into audio routes) for RT5663/RT5668:
  9. * IN1P
  10. * IN1N
  11. * IN2P
  12. * IN2N
  13. * HPOL
  14. * HPOR
  15. Example:
  16. codec: rt5663@12 {
  17. compatible = "realtek,rt5663";
  18. reg = <0x12>;
  19. interrupts = <7 IRQ_TYPE_EDGE_FALLING>;
  20. };