summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/sound/rt1308.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/sound/rt1308.txt')
-rwxr-xr-xdts/Bindings/sound/rt1308.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/dts/Bindings/sound/rt1308.txt b/dts/Bindings/sound/rt1308.txt
new file mode 100755
index 0000000000..2d46084afc
--- /dev/null
+++ b/dts/Bindings/sound/rt1308.txt
@@ -0,0 +1,17 @@
+RT1308 audio Amplifier
+
+This device supports I2C only.
+
+Required properties:
+
+- compatible : "realtek,rt1308".
+
+- reg : The I2C address of the device.
+
+
+Example:
+
+rt1308: rt1308@10 {
+ compatible = "realtek,rt1308";
+ reg = <0x10>;
+};