imx-audio-sgtl5000.txt 731 B

123456789101112131415161718192021222324
  1. Freescale i.MX audio complex with SGTL5000 codec
  2. Required properties:
  3. - compatible : "fsl,imx-audio-sgtl5000"
  4. - model : The user-visible name of this sound complex
  5. - ssi-controller : The phandle of the i.MX SSI controller
  6. - audio-codec : The phandle of the SGTL5000 audio codec
  7. - mux-int-port : The internal port of the i.MX audio muxer (AUDMUX)
  8. - mux-ext-port : The external port of the i.MX audio muxer
  9. Note: The AUDMUX port numbering should start at 1, which is consistent with
  10. hardware manual.
  11. Example:
  12. sound {
  13. compatible = "fsl,imx51-babbage-sgtl5000",
  14. "fsl,imx-audio-sgtl5000";
  15. model = "imx51-babbage-sgtl5000";
  16. ssi-controller = <&ssi1>;
  17. audio-codec = <&sgtl5000>;
  18. mux-int-port = <1>;
  19. mux-ext-port = <3>;
  20. };