summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/sound/wm8523.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/sound/wm8523.txt')
-rw-r--r--dts/Bindings/sound/wm8523.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/dts/Bindings/sound/wm8523.txt b/dts/Bindings/sound/wm8523.txt
new file mode 100644
index 0000000000..04746186b2
--- /dev/null
+++ b/dts/Bindings/sound/wm8523.txt
@@ -0,0 +1,16 @@
+WM8523 audio CODEC
+
+This device supports I2C only.
+
+Required properties:
+
+ - compatible : "wlf,wm8523"
+
+ - reg : the I2C address of the device.
+
+Example:
+
+codec: wm8523@1a {
+ compatible = "wlf,wm8523";
+ reg = <0x1a>;
+};