Markus Pargmann | 4d16700 | 2014-01-27 13:03:08 +0100 | [diff] [blame^] | 1 | Texas Instruments - tlv320aic32x4 Codec module |
2 | |||||
3 | The tlv320aic32x4 serial control bus communicates through I2C protocols | ||||
4 | |||||
5 | Required properties: | ||||
6 | - compatible: Should be "ti,tlv320aic32x4" | ||||
7 | - reg: I2C slave address | ||||
8 | |||||
9 | Optional properties: | ||||
10 | - reset-gpios: Reset-GPIO phandle with args as described in gpio/gpio.txt | ||||
11 | |||||
12 | |||||
13 | Example: | ||||
14 | |||||
15 | codec: tlv320aic32x4@18 { | ||||
16 | compatible = "ti,tlv320aic32x4"; | ||||
17 | reg = <0x18>; | ||||
18 | }; |