GNU Linux-libre 4.19.286-gnu1
[releases.git] / Documentation / devicetree / bindings / sound / simple-amplifier.txt
1 Simple Amplifier Audio Driver
2
3 Required properties:
4 - compatible : "dioo,dio2125" or "simple-audio-amplifier"
5 - enable-gpios : the gpio connected to the enable pin of the simple amplifier
6
7 Example:
8
9 amp: analog-amplifier {
10         compatible = "simple-audio-amplifier";
11         enable-gpios = <&gpio GPIOH_3 0>;
12 };