wm8753.txt 562 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. WM8753 audio CODEC
  2. This device supports both I2C and SPI (configured with pin strapping
  3. on the board).
  4. Required properties:
  5. - compatible : "wlf,wm8753"
  6. - reg : the I2C address of the device for I2C, the chip select
  7. number for SPI.
  8. Pins on the device (for linking into audio routes):
  9. * LOUT1
  10. * LOUT2
  11. * ROUT1
  12. * ROUT2
  13. * MONO1
  14. * MONO2
  15. * OUT3
  16. * OUT4
  17. * LINE1
  18. * LINE2
  19. * RXP
  20. * RXN
  21. * ACIN
  22. * ACOP
  23. * MIC1N
  24. * MIC1
  25. * MIC2N
  26. * MIC2
  27. * Mic Bias
  28. Example:
  29. codec: wm8753@1a {
  30. compatible = "wlf,wm8753";
  31. reg = <0x1a>;
  32. };