xref: /freebsd/sys/contrib/device-tree/Bindings/sound/ti,pcm1681.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotTexas Instruments PCM1681 8-channel PWM Processor
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot
5*c66ec88fSEmmanuel Vadot - compatible:		Should contain "ti,pcm1681".
6*c66ec88fSEmmanuel Vadot - reg:			The i2c address. Should contain <0x4c>.
7*c66ec88fSEmmanuel Vadot
8*c66ec88fSEmmanuel VadotExamples:
9*c66ec88fSEmmanuel Vadot
10*c66ec88fSEmmanuel Vadot	i2c_bus {
11*c66ec88fSEmmanuel Vadot		pcm1681@4c {
12*c66ec88fSEmmanuel Vadot			compatible = "ti,pcm1681";
13*c66ec88fSEmmanuel Vadot			reg = <0x4c>;
14*c66ec88fSEmmanuel Vadot		};
15*c66ec88fSEmmanuel Vadot	};
16