pcm1792a.txt 325 B

123456789101112131415161718
  1. Texas Instruments pcm1792a DT bindings
  2. This driver supports the 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. Examples:
  8. codec_spi: 1792a@0 {
  9. compatible = "ti,pcm1792a";
  10. spi-max-frequency = <600000>;
  11. };