tas2552.txt 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. Texas Instruments - tas2552 Codec module
  2. The tas2552 serial control bus communicates through I2C protocols
  3. Required properties:
  4. - compatible - One of:
  5. "ti,tas2552" - TAS2552
  6. - reg - I2C slave address: it can be 0x40 if ADDR pin is 0
  7. or 0x41 if ADDR pin is 1.
  8. - supply-*: Required supply regulators are:
  9. "vbat" battery voltage
  10. "iovdd" I/O Voltage
  11. "avdd" Analog DAC Voltage
  12. Optional properties:
  13. - enable-gpio - gpio pin to enable/disable the device
  14. tas2552 can receive its reference clock via MCLK, BCLK, IVCLKIN pin or use the
  15. internal 1.8MHz. This CLKIN is used by the PLL. In addition to PLL, the PDM
  16. reference clock is also selectable: PLL, IVCLKIN, BCLK or MCLK.
  17. For system integration the dt-bindings/sound/tas2552.h header file provides
  18. defined values to select and configure the PLL and PDM reference clocks.
  19. Example:
  20. tas2552: tas2552@41 {
  21. compatible = "ti,tas2552";
  22. reg = <0x41>;
  23. vbat-supply = <&reg_vbat>;
  24. iovdd-supply = <&reg_iovdd>;
  25. avdd-supply = <&reg_avdd>;
  26. enable-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>;
  27. };
  28. For more product information please see the link below:
  29. http://www.ti.com/product/TAS2552