M7350/kernel/Documentation/devicetree/bindings/sound/pcm1792a.txt

19 lines
325 B
Plaintext
Raw Normal View History

2024-09-09 08:57:42 +00:00
Texas Instruments pcm1792a DT bindings
This driver supports the SPI bus.
Required properties:
- compatible: "ti,pcm1792a"
For required properties on SPI, please consult
Documentation/devicetree/bindings/spi/spi-bus.txt
Examples:
codec_spi: 1792a@0 {
compatible = "ti,pcm1792a";
spi-max-frequency = <600000>;
};