blob: db0551088cc41fd56509d754cb66f258f882a258 [file] [log] [blame]
Texas Instruments - tlv320aic32x4 Codec module
The tlv320aic32x4 serial control bus communicates through I2C protocols
Required properties:
- compatible: Should be "ti,tlv320aic32x4"
- reg: I2C slave address
Optional properties:
- reset-gpios: Reset-GPIO phandle with args as described in gpio/gpio.txt
Example:
codec: tlv320aic32x4@18 {
compatible = "ti,tlv320aic32x4";
reg = <0x18>;
};