ssm2518.txt 493 B

1234567891011121314151617181920
  1. SSM2518 audio amplifier
  2. This device supports I2C only.
  3. Required properties:
  4. - compatible : Must be "adi,ssm2518"
  5. - reg : the I2C address of the device. This will either be 0x34 (ADDR pin low)
  6. or 0x35 (ADDR pin high)
  7. Optional properties:
  8. - gpios : GPIO connected to the nSD pin. If the property is not present it is
  9. assumed that the nSD pin is hardwired to always on.
  10. Example:
  11. ssm2518: ssm2518@34 {
  12. compatible = "adi,ssm2518";
  13. reg = <0x34>;
  14. gpios = <&gpio 5 0>;
  15. };