WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / ti,pcm1681.txt
blob4df17185ab807c5d2be5843b38cd6c995c74914b
1 Texas Instruments PCM1681 8-channel PWM Processor
3 Required properties:
5  - compatible:          Should contain "ti,pcm1681".
6  - reg:                 The i2c address. Should contain <0x4c>.
8 Examples:
10         i2c_bus {
11                 pcm1681@4c {
12                         compatible = "ti,pcm1681";
13                         reg = <0x4c>;
14                 };
15         };