Sophie

Sophie

distrib > Mageia > 6 > armv7hl > by-pkgid > 19d93b8911540bb196ce3f96ead75cf0 > files > 3062

kernel-linus-doc-4.9.40-1.mga6.noarch.rpm

Texas Instruments PCM1681 8-channel PWM Processor

Required properties:

 - compatible:		Should contain "ti,pcm1681".
 - reg:			The i2c address. Should contain <0x4c>.

Examples:

	i2c_bus {
		pcm1681@4c {
			compatible = "ti,pcm1681";
			reg = <0x4c>;
		};
	};