1Texas Instruments - tas2552 Codec module
2
3The tas2552 serial control bus communicates through I2C protocols
4
5Required properties:
6	- compatible - One of:
7		"ti,tas2552" - TAS2552
8	- reg -  I2C slave address
9	- supply-*: Required supply regulators are:
10		"vbat"		battery voltage
11		"iovdd"		I/O Voltage
12		"avdd"		Analog DAC Voltage
13
14Optional properties:
15	- enable-gpio - gpio pin to enable/disable the device
16
17Example:
18
19tas2552: tas2552@41 {
20	compatible = "ti,tas2552";
21	reg = <0x41>;
22	enable-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>;
23};
24
25For more product information please see the link below:
26http://www.ti.com/product/TAS2552
27