tlv320aic32x4.txt 949 B

123456789101112131415161718192021222324252627282930
  1. Texas Instruments - tlv320aic32x4 Codec module
  2. The tlv320aic32x4 serial control bus communicates through I2C protocols
  3. Required properties:
  4. - compatible: Should be "ti,tlv320aic32x4"
  5. - reg: I2C slave address
  6. - supply-*: Required supply regulators are:
  7. "iov" - digital IO power supply
  8. "ldoin" - LDO power supply
  9. "dv" - Digital core power supply
  10. "av" - Analog core power supply
  11. If you supply ldoin, dv and av are optional. Otherwise they are required
  12. See regulator/regulator.txt for more information about the detailed binding
  13. format.
  14. Optional properties:
  15. - reset-gpios: Reset-GPIO phandle with args as described in gpio/gpio.txt
  16. - clocks/clock-names: Clock named 'mclk' for the master clock of the codec.
  17. See clock/clock-bindings.txt for information about the detailed format.
  18. Example:
  19. codec: tlv320aic32x4@18 {
  20. compatible = "ti,tlv320aic32x4";
  21. reg = <0x18>;
  22. clocks = <&clks 201>;
  23. clock-names = "mclk";
  24. };