summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/sound/rt1016.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/sound/rt1016.txt')
-rw-r--r--dts/Bindings/sound/rt1016.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/dts/Bindings/sound/rt1016.txt b/dts/Bindings/sound/rt1016.txt
new file mode 100644
index 0000000000..2310f8ff25
--- /dev/null
+++ b/dts/Bindings/sound/rt1016.txt
@@ -0,0 +1,17 @@
+RT1016 Stereo Class D Audio Amplifier
+
+This device supports I2C only.
+
+Required properties:
+
+- compatible : "realtek,rt1016".
+
+- reg : The I2C address of the device.
+
+
+Example:
+
+rt1016: codec@1a {
+ compatible = "realtek,rt1016";
+ reg = <0x1a>;
+};