pcm179x.txt 465 B

123456789101112131415161718192021222324252627
  1. Texas Instruments pcm179x DT bindings
  2. This driver supports both the I2C and SPI bus.
  3. Required properties:
  4. - compatible: "ti,pcm1792a"
  5. For required properties on SPI, please consult
  6. Documentation/devicetree/bindings/spi/spi-bus.txt
  7. Required properties on I2C:
  8. - reg: the I2C address
  9. Examples:
  10. codec_spi: 1792a@0 {
  11. compatible = "ti,pcm1792a";
  12. spi-max-frequency = <600000>;
  13. };
  14. codec_i2c: 1792a@4c {
  15. compatible = "ti,pcm1792a";
  16. reg = <0x4c>;
  17. };