imx-audmux.txt 759 B

12345678910111213141516171819202122
  1. Freescale Digital Audio Mux (AUDMUX) device
  2. Required properties:
  3. - compatible : "fsl,imx21-audmux" for AUDMUX version firstly used on i.MX21,
  4. or "fsl,imx31-audmux" for the version firstly used on i.MX31.
  5. - reg : Should contain AUDMUX registers location and length
  6. An initial configuration can be setup using child nodes.
  7. Required properties of optional child nodes:
  8. - fsl,audmux-port : Integer of the audmux port that is configured by this
  9. child node.
  10. - fsl,port-config : List of configuration options for the specific port. For
  11. imx31-audmux and above, it is a list of tuples <ptcr pdcr>. For
  12. imx21-audmux it is a list of pcr values.
  13. Example:
  14. audmux@021d8000 {
  15. compatible = "fsl,imx6q-audmux", "fsl,imx31-audmux";
  16. reg = <0x021d8000 0x4000>;
  17. };