rt5631.txt 706 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ALC5631/RT5631 audio CODEC
  2. This device supports I2C only.
  3. Required properties:
  4. - compatible : "realtek,alc5631" or "realtek,rt5631"
  5. - reg : the I2C address of the device.
  6. Pins on the device (for linking into audio routes):
  7. * SPK_OUT_R_P
  8. * SPK_OUT_R_N
  9. * SPK_OUT_L_P
  10. * SPK_OUT_L_N
  11. * HP_OUT_L
  12. * HP_OUT_R
  13. * AUX_OUT2_LP
  14. * AUX_OUT2_RN
  15. * AUX_OUT1_LP
  16. * AUX_OUT1_RN
  17. * AUX_IN_L_JD
  18. * AUX_IN_R_JD
  19. * MONO_IN_P
  20. * MONO_IN_N
  21. * MIC1_P
  22. * MIC1_N
  23. * MIC2_P
  24. * MIC2_N
  25. * MONO_OUT_P
  26. * MONO_OUT_N
  27. * MICBIAS1
  28. * MICBIAS2
  29. Example:
  30. alc5631: alc5631@1a {
  31. compatible = "realtek,alc5631";
  32. reg = <0x1a>;
  33. };
  34. or
  35. rt5631: rt5631@1a {
  36. compatible = "realtek,rt5631";
  37. reg = <0x1a>;
  38. };