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