rt274.txt 485 B

123456789101112131415161718192021222324252627282930313233
  1. RT274 audio CODEC
  2. This device supports I2C only.
  3. Required properties:
  4. - compatible : "realtek,rt274".
  5. - reg : The I2C address of the device.
  6. Optional properties:
  7. - interrupts : The CODEC's interrupt output.
  8. Pins on the device (for linking into audio routes) for RT274:
  9. * DMIC1 Pin
  10. * DMIC2 Pin
  11. * MIC
  12. * LINE1
  13. * LINE2
  14. * HPO Pin
  15. * SPDIF
  16. * LINE3
  17. Example:
  18. rt274: codec@1c {
  19. compatible = "realtek,rt274";
  20. reg = <0x1c>;
  21. interrupts = <7 IRQ_TYPE_EDGE_FALLING>;
  22. };