pcm1789.txt 448 B

12345678910111213141516171819202122
  1. Texas Instruments pcm1789 DT bindings
  2. PCM1789 is a simple audio codec that can be connected via
  3. I2C or SPI. Currently, only I2C bus is supported.
  4. Required properties:
  5. - compatible: "ti,pcm1789"
  6. Required properties on I2C:
  7. - reg: the I2C address
  8. - reset-gpios: GPIO to control the RESET pin
  9. Examples:
  10. audio-codec@4c {
  11. compatible = "ti,pcm1789";
  12. reg = <0x4c>;
  13. reset-gpios = <&gpio2 14 GPIO_ACTIVE_LOW>;
  14. #sound-dai-cells = <0>;
  15. };