pcm186x.txt 896 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. Texas Instruments PCM186x Universal Audio ADC
  2. These devices support both I2C and SPI (configured with pin strapping
  3. on the board).
  4. Required properties:
  5. - compatible : "ti,pcm1862",
  6. "ti,pcm1863",
  7. "ti,pcm1864",
  8. "ti,pcm1865"
  9. - reg : The I2C address of the device for I2C, the chip select
  10. number for SPI.
  11. - avdd-supply: Analog core power supply (3.3v)
  12. - dvdd-supply: Digital core power supply
  13. - iovdd-supply: Digital IO power supply
  14. See regulator/regulator.txt for more information
  15. CODEC input pins:
  16. * VINL1
  17. * VINR1
  18. * VINL2
  19. * VINR2
  20. * VINL3
  21. * VINR3
  22. * VINL4
  23. * VINR4
  24. The pins can be used in referring sound node's audio-routing property.
  25. Example:
  26. pcm186x: audio-codec@4a {
  27. compatible = "ti,pcm1865";
  28. reg = <0x4a>;
  29. avdd-supply = <&reg_3v3_analog>;
  30. dvdd-supply = <&reg_3v3>;
  31. iovdd-supply = <&reg_1v8>;
  32. };