tas2552.txt 990 B

1234567891011121314151617181920212223242526272829303132
  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
  7. - supply-*: Required supply regulators are:
  8. "vbat" battery voltage
  9. "iovdd" I/O Voltage
  10. "avdd" Analog DAC Voltage
  11. Optional properties:
  12. - enable-gpio - gpio pin to enable/disable the device
  13. tas2552 can receive it's reference clock via MCLK, BCLK, IVCLKIN pin or use the
  14. internal 1.8MHz. This CLKIN is used by the PLL. In addition to PLL, the PDM
  15. reference clock is also selectable: PLL, IVCLKIN, BCLK or MCLK.
  16. For system integration the dt-bindings/sound/tas2552.h header file provides
  17. defined values to selct and configure the PLL and PDM reference clocks.
  18. Example:
  19. tas2552: tas2552@41 {
  20. compatible = "ti,tas2552";
  21. reg = <0x41>;
  22. enable-gpio = <&gpio4 2 GPIO_ACTIVE_HIGH>;
  23. };
  24. For more product information please see the link below:
  25. http://www.ti.com/product/TAS2552