2014-01-27 12:03:08 +00:00
|
|
|
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
|
2014-02-20 17:22:58 +00:00
|
|
|
- clocks/clock-names: Clock named 'mclk' for the master clock of the codec.
|
|
|
|
See clock/clock-bindings.txt for information about the detailed format.
|
2014-01-27 12:03:08 +00:00
|
|
|
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
codec: tlv320aic32x4@18 {
|
|
|
|
compatible = "ti,tlv320aic32x4";
|
|
|
|
reg = <0x18>;
|
2014-02-20 17:22:58 +00:00
|
|
|
clocks = <&clks 201>;
|
|
|
|
clock-names = "mclk";
|
2014-01-27 12:03:08 +00:00
|
|
|
};
|