summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/sound/sgtl5000.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/sound/sgtl5000.txt')
-rw-r--r--dts/Bindings/sound/sgtl5000.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/dts/Bindings/sound/sgtl5000.txt b/dts/Bindings/sound/sgtl5000.txt
new file mode 100644
index 0000000000..955df60a11
--- /dev/null
+++ b/dts/Bindings/sound/sgtl5000.txt
@@ -0,0 +1,16 @@
+* Freescale SGTL5000 Stereo Codec
+
+Required properties:
+- compatible : "fsl,sgtl5000".
+
+- reg : the I2C address of the device
+
+- clocks : the clock provider of SYS_MCLK
+
+Example:
+
+codec: sgtl5000@0a {
+ compatible = "fsl,sgtl5000";
+ reg = <0x0a>;
+ clocks = <&clks 150>;
+};