blob: 69b6e2ad5d1ec95e7875d7471d04be19b2598a92 [file] [log] [blame]
Texas Instruments - tlv320adc3101 Codec module
The tlv320adc3101 serial control bus communicates through I2C protocols
Required properties:
- compatible: Should be "ti,tlv320adc3101"
- reg: I2C slave address
Optional properties:
- reset-gpios: Reset-GPIO phandle with args as described in gpio/gpio.txt
- clocks/clock-names: Clock named 'mclk' for the master clock of the codec.
See clock/clock-bindings.txt for information about the detailed format.
Example:
codec: tlv320adc3101@18 {
compatible = "ti,tlv320adc3101";
reg = <0x18>;
};