^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) Audio complex for Eukrea boards with tlv320aic23 codec.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) Required properties:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) - compatible : "eukrea,asoc-tlv320"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) - eukrea,model : The user-visible name of this sound complex.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) - ssi-controller : The phandle of the SSI controller.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) - fsl,mux-int-port : The internal port of the i.MX audio muxer (AUDMUX).
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) - fsl,mux-ext-port : The external port of the i.MX audio muxer.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) Note: The AUDMUX port numbering should start at 1, which is consistent with
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) hardware manual.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) sound {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) compatible = "eukrea,asoc-tlv320";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) eukrea,model = "imx51-eukrea-tlv320aic23";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) ssi-controller = <&ssi2>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) fsl,mux-int-port = <2>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) fsl,mux-ext-port = <3>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) };