summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/sound/maxim,max98088.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/sound/maxim,max98088.txt')
-rw-r--r--dts/Bindings/sound/maxim,max98088.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/dts/Bindings/sound/maxim,max98088.txt b/dts/Bindings/sound/maxim,max98088.txt
new file mode 100644
index 0000000000..da764d9133
--- /dev/null
+++ b/dts/Bindings/sound/maxim,max98088.txt
@@ -0,0 +1,23 @@
+MAX98088 audio CODEC
+
+This device supports I2C only.
+
+Required properties:
+
+- compatible: "maxim,max98088" or "maxim,max98089".
+- reg: The I2C address of the device.
+
+Optional properties:
+
+- clocks: the clock provider of MCLK, see ../clock/clock-bindings.txt section
+ "consumer" for more information.
+- clock-names: must be set to "mclk"
+
+Example:
+
+max98089: codec@10 {
+ compatible = "maxim,max98089";
+ reg = <0x10>;
+ clocks = <&clks IMX6QDL_CLK_CKO2>;
+ clock-names = "mclk";
+};