alc5632.txt 747 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ALC5632 audio CODEC
  2. This device supports I2C only.
  3. Required properties:
  4. - compatible : "realtek,alc5632"
  5. - reg : the I2C address of the device.
  6. - gpio-controller : Indicates this device is a GPIO controller.
  7. - #gpio-cells : Should be two. The first cell is the pin number and the
  8. second cell is used to specify optional parameters (currently unused).
  9. Pins on the device (for linking into audio routes):
  10. * SPK_OUTP
  11. * SPK_OUTN
  12. * HP_OUT_L
  13. * HP_OUT_R
  14. * AUX_OUT_P
  15. * AUX_OUT_N
  16. * LINE_IN_L
  17. * LINE_IN_R
  18. * PHONE_P
  19. * PHONE_N
  20. * MIC1_P
  21. * MIC1_N
  22. * MIC2_P
  23. * MIC2_N
  24. * MICBIAS1
  25. * DMICDAT
  26. Example:
  27. alc5632: alc5632@1e {
  28. compatible = "realtek,alc5632";
  29. reg = <0x1a>;
  30. gpio-controller;
  31. #gpio-cells = <2>;
  32. };