ssm4567.txt 382 B

123456789101112131415
  1. Analog Devices SSM4567 audio amplifier
  2. This device supports I2C only.
  3. Required properties:
  4. - compatible : Must be "adi,ssm4567"
  5. - reg : the I2C address of the device. This will either be 0x34 (LR_SEL/ADDR connected to AGND),
  6. 0x35 (LR_SEL/ADDR connected to IOVDD) or 0x36 (LR_SEL/ADDR open).
  7. Example:
  8. ssm4567: ssm4567@34 {
  9. compatible = "adi,ssm4567";
  10. reg = <0x34>;
  11. };