summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/sound/mxs-audio-sgtl5000.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/sound/mxs-audio-sgtl5000.txt')
-rw-r--r--dts/Bindings/sound/mxs-audio-sgtl5000.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/dts/Bindings/sound/mxs-audio-sgtl5000.txt b/dts/Bindings/sound/mxs-audio-sgtl5000.txt
new file mode 100644
index 0000000000..601c518edd
--- /dev/null
+++ b/dts/Bindings/sound/mxs-audio-sgtl5000.txt
@@ -0,0 +1,17 @@
+* Freescale MXS audio complex with SGTL5000 codec
+
+Required properties:
+- compatible: "fsl,mxs-audio-sgtl5000"
+- model: The user-visible name of this sound complex
+- saif-controllers: The phandle list of the MXS SAIF controller
+- audio-codec: The phandle of the SGTL5000 audio codec
+
+Example:
+
+sound {
+ compatible = "fsl,imx28-evk-sgtl5000",
+ "fsl,mxs-audio-sgtl5000";
+ model = "imx28-evk-sgtl5000";
+ saif-controllers = <&saif0 &saif1>;
+ audio-codec = <&sgtl5000>;
+};