mxs-audio-sgtl5000.txt 474 B

1234567891011121314151617
  1. * Freescale MXS audio complex with SGTL5000 codec
  2. Required properties:
  3. - compatible: "fsl,mxs-audio-sgtl5000"
  4. - model: The user-visible name of this sound complex
  5. - saif-controllers: The phandle list of the MXS SAIF controller
  6. - audio-codec: The phandle of the SGTL5000 audio codec
  7. Example:
  8. sound {
  9. compatible = "fsl,imx28-evk-sgtl5000",
  10. "fsl,mxs-audio-sgtl5000";
  11. model = "imx28-evk-sgtl5000";
  12. saif-controllers = <&saif0 &saif1>;
  13. audio-codec = <&sgtl5000>;
  14. };