]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - Documentation/devicetree/bindings/sound/imx-audio-si476x.txt
ENGR00276567-7 ASoC: fsl: Add si476x machine driver
[karo-tx-linux.git] / Documentation / devicetree / bindings / sound / imx-audio-si476x.txt
diff --git a/Documentation/devicetree/bindings/sound/imx-audio-si476x.txt b/Documentation/devicetree/bindings/sound/imx-audio-si476x.txt
new file mode 100644 (file)
index 0000000..53cd34a
--- /dev/null
@@ -0,0 +1,24 @@
+Freescale i.MX audio complex with si476x codec
+
+Required properties:
+- compatible : "fsl,imx-audio-si476x"
+- model : The user-visible name of this sound complex
+- ssi-controller : The phandle of the i.MX SSI controller
+
+- mux-int-port : The internal port of the i.MX audio muxer (AUDMUX)
+- mux-ext-port : The external port of the i.MX audio muxer
+
+Note: The AUDMUX port numbering should start at 1, which is consistent with
+hardware manual.
+
+Example:
+
+sound {
+       compatible = "fsl,imx-audio-si476x",
+                    "fsl,imx-tuner-si476x";
+       model = "imx-radio-si476x";
+
+       ssi-controller = <&ssi1>;
+       mux-int-port = <2>;
+       mux-ext-port = <5>;
+};