tlv320aic3x.txt 462 B

1234567891011121314151617181920
  1. Texas Instruments - tlv320aic3x Codec module
  2. The tlv320aic3x serial control bus communicates through I2C protocols
  3. Required properties:
  4. - compatible - "string" - "ti,tlv320aic3x"
  5. - reg - <int> - I2C slave address
  6. Optional properties:
  7. - gpio-reset - gpio pin number used for codec reset
  8. - ai3x-gpio-func - <array of 2 int> - AIC3X_GPIO1 & AIC3X_GPIO2 Functionality
  9. Example:
  10. tlv320aic3x: tlv320aic3x@1b {
  11. compatible = "ti,tlv320aic3x";
  12. reg = <0x1b>;
  13. };