2018-06-26 12:11:26 +00:00
|
|
|
Simple Amplifier Audio Driver
|
|
|
|
|
|
|
|
Required properties:
|
|
|
|
- compatible : "dioo,dio2125" or "simple-audio-amplifier"
|
|
|
|
- enable-gpios : the gpio connected to the enable pin of the simple amplifier
|
|
|
|
|
2018-11-22 10:23:20 +00:00
|
|
|
Optional properties:
|
|
|
|
- VCC-supply : power supply for the device, as covered
|
|
|
|
in Documentation/devicetree/bindings/regulator/regulator.txt
|
|
|
|
|
2018-06-26 12:11:26 +00:00
|
|
|
Example:
|
|
|
|
|
|
|
|
amp: analog-amplifier {
|
|
|
|
compatible = "simple-audio-amplifier";
|
2018-11-22 10:23:20 +00:00
|
|
|
VCC-supply = <®ulator>;
|
2018-06-26 12:11:26 +00:00
|
|
|
enable-gpios = <&gpio GPIOH_3 0>;
|
|
|
|
};
|