summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/sound/dioo,dio2125.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/sound/dioo,dio2125.txt')
-rw-r--r--dts/Bindings/sound/dioo,dio2125.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/dts/Bindings/sound/dioo,dio2125.txt b/dts/Bindings/sound/dioo,dio2125.txt
new file mode 100644
index 0000000000..63dbfe0f11
--- /dev/null
+++ b/dts/Bindings/sound/dioo,dio2125.txt
@@ -0,0 +1,12 @@
+DIO2125 Audio Driver
+
+Required properties:
+- compatible : "dioo,dio2125"
+- enable-gpios : the gpio connected to the enable pin of the dio2125
+
+Example:
+
+amp: analog-amplifier {
+ compatible = "dioo,dio2125";
+ enable-gpios = <&gpio GPIOH_3 0>;
+};