Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 21be4fe1e6180fdb79c9c4d7f33d25e7 > files > 2203

kernel-doc-5.3.11-1.mga7.noarch.rpm

Common ADCs properties

Optional properties for child nodes:
- bipolar : Boolean, if set the channel is used in bipolar mode.
- diff-channels : Differential channels muxed for this ADC. The first value
		specifies the positive input pin, the second value the negative
		input pin.

Example:
	adc@0 {
		compatible = "some,adc";
		...
		channel@0 {
			bipolar;
			diff-channels = <0 1>;
			...
		};

		channel@1 {
			diff-channels = <2 3>;
			...
		};
	};