2016-04-26 22:15:56 +00:00
|
|
|
Texas Instruments TAS5720 Mono Audio amplifier
|
|
|
|
|
|
|
|
The TAS5720 serial control bus communicates through the I2C protocol only. The
|
|
|
|
serial bus is also used for periodic codec fault checking/reporting during
|
|
|
|
audio playback. For more product information please see the links below:
|
|
|
|
|
2020-07-19 15:38:22 +00:00
|
|
|
https://www.ti.com/product/TAS5720L
|
|
|
|
https://www.ti.com/product/TAS5720M
|
|
|
|
https://www.ti.com/product/TAS5722L
|
2016-04-26 22:15:56 +00:00
|
|
|
|
|
|
|
Required properties:
|
|
|
|
|
2017-12-11 19:01:54 +00:00
|
|
|
- compatible : "ti,tas5720",
|
|
|
|
"ti,tas5722"
|
2016-04-26 22:15:56 +00:00
|
|
|
- reg : I2C slave address
|
|
|
|
- dvdd-supply : phandle to a 3.3-V supply for the digital circuitry
|
|
|
|
- pvdd-supply : phandle to a supply used for the Class-D amp and the analog
|
|
|
|
|
|
|
|
Example:
|
|
|
|
|
|
|
|
tas5720: tas5720@6c {
|
|
|
|
compatible = "ti,tas5720";
|
|
|
|
reg = <0x6c>;
|
|
|
|
dvdd-supply = <&vdd_3v3_reg>;
|
|
|
|
pvdd-supply = <&_supply_reg>;
|
|
|
|
};
|