Michael Trimarchi | 13b02fa | 2013-08-03 16:20:43 +0200 | [diff] [blame] | 1 | Texas Instruments pcm1792a DT bindings |
2 | |||||
3 | This driver supports the SPI bus. | ||||
4 | |||||
5 | Required properties: | ||||
6 | |||||
7 | - compatible: "ti,pcm1792a" | ||||
8 | |||||
9 | For required properties on SPI, please consult | ||||
10 | Documentation/devicetree/bindings/spi/spi-bus.txt | ||||
11 | |||||
12 | Examples: | ||||
13 | |||||
14 | codec_spi: 1792a@0 { | ||||
15 | compatible = "ti,pcm1792a"; | ||||
16 | spi-max-frequency = <600000>; | ||||
17 | }; | ||||
18 |