imx-audmux.txt 797 B

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