Sophie

Sophie

distrib > Mageia > 6 > armv5tl > media > core-updates > by-pkgid > 62cc31ee95c4bb5471e391c3bda96190 > files > 3561

kernel-doc-4.14.50-2.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>;
		};
	};