adi,ssm2305.txt 366 B

1234567891011121314
  1. Analog Devices SSM2305 Speaker Amplifier
  2. ========================================
  3. Required properties:
  4. - compatible : "adi,ssm2305"
  5. - shutdown-gpios : The gpio connected to the shutdown pin.
  6. The gpio signal is ACTIVE_LOW.
  7. Example:
  8. ssm2305: analog-amplifier {
  9. compatible = "adi,ssm2305";
  10. shutdown-gpios = <&gpio3 20 GPIO_ACTIVE_LOW>;
  11. };