maxim,max9759.txt 526 B

123456789101112131415161718
  1. Maxim MAX9759 Speaker Amplifier
  2. ===============================
  3. Required properties:
  4. - compatible : "maxim,max9759"
  5. - shutdown-gpios : the gpio connected to the shutdown pin
  6. - mute-gpios : the gpio connected to the mute pin
  7. - gain-gpios : the 2 gpios connected to the g1 and g2 pins
  8. Example:
  9. max9759: analog-amplifier {
  10. compatible = "maxim,max9759";
  11. shutdown-gpios = <&gpio3 20 GPIO_ACTIVE_LOW>;
  12. mute-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>;
  13. gain-gpios = <&gpio3 23 GPIO_ACTIVE_LOW>,
  14. <&gpio3 25 GPIO_ACTIVE_LOW>;
  15. };