Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | Analog Devices SSM2602, SSM2603 and SSM2604 I2S audio CODEC devices |
| 2 | |
| 3 | SSM2602 support both I2C and SPI as the configuration interface, |
| 4 | the selection is made by the MODE strap-in pin. |
| 5 | SSM2603 and SSM2604 only support I2C as the configuration interface. |
| 6 | |
| 7 | Required properties: |
| 8 | |
| 9 | - compatible : One of "adi,ssm2602", "adi,ssm2603" or "adi,ssm2604" |
| 10 | |
| 11 | - reg : the I2C address of the device for I2C, the chip select |
| 12 | number for SPI. |
| 13 | |
| 14 | Example: |
| 15 | |
| 16 | ssm2602: ssm2602@1a { |
| 17 | compatible = "adi,ssm2602"; |
| 18 | reg = <0x1a>; |
| 19 | }; |