ASoC: tlv320aic32x4: DT support
[platform/kernel/linux-rpi.git] / Documentation / devicetree / bindings / sound / tlv320aic32x4.txt
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 };