diff options
Diffstat (limited to 'Documentation/devicetree/bindings/sound/ti,pcm1681.txt')
| -rw-r--r-- | Documentation/devicetree/bindings/sound/ti,pcm1681.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/ti,pcm1681.txt b/Documentation/devicetree/bindings/sound/ti,pcm1681.txt new file mode 100644 index 000000000000..4df17185ab80 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/ti,pcm1681.txt | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | Texas Instruments PCM1681 8-channel PWM Processor | ||
| 2 | |||
| 3 | Required properties: | ||
| 4 | |||
| 5 | - compatible: Should contain "ti,pcm1681". | ||
| 6 | - reg: The i2c address. Should contain <0x4c>. | ||
| 7 | |||
| 8 | Examples: | ||
| 9 | |||
| 10 | i2c_bus { | ||
| 11 | pcm1681@4c { | ||
| 12 | compatible = "ti,pcm1681"; | ||
| 13 | reg = <0x4c>; | ||
| 14 | }; | ||
| 15 | }; | ||
