simple-amplifier.txt 301 B

123456789101112
  1. Simple Amplifier Audio Driver
  2. Required properties:
  3. - compatible : "dioo,dio2125" or "simple-audio-amplifier"
  4. - enable-gpios : the gpio connected to the enable pin of the simple amplifier
  5. Example:
  6. amp: analog-amplifier {
  7. compatible = "simple-audio-amplifier";
  8. enable-gpios = <&gpio GPIOH_3 0>;
  9. };