wm8904.txt 559 B

123456789101112131415161718192021222324252627282930313233
  1. WM8904 audio CODEC
  2. This device supports I2C only.
  3. Required properties:
  4. - compatible: "wlf,wm8904" or "wlf,wm8912"
  5. - reg: the I2C address of the device.
  6. - clock-names: "mclk"
  7. - clocks: reference to
  8. <Documentation/devicetree/bindings/clock/clock-bindings.txt>
  9. Pins on the device (for linking into audio routes):
  10. * IN1L
  11. * IN1R
  12. * IN2L
  13. * IN2R
  14. * IN3L
  15. * IN3R
  16. * HPOUTL
  17. * HPOUTR
  18. * LINEOUTL
  19. * LINEOUTR
  20. * MICBIAS
  21. Examples:
  22. codec: wm8904@1a {
  23. compatible = "wlf,wm8904";
  24. reg = <0x1a>;
  25. clocks = <&pck0>;
  26. clock-names = "mclk";
  27. };