About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / iio / adc / sigma-delta-modulator.txt


Based on kernel version 4.16.1. Page generated on 2018-04-09 11:52 EST.

1	Device-Tree bindings for sigma delta modulator
2	
3	Required properties:
4	- compatible: should be "ads1201", "sd-modulator". "sd-modulator" can be use
5		as a generic SD modulator if modulator not specified in compatible list.
6	- #io-channel-cells = <0>: See the IIO bindings section "IIO consumers".
7	
8	Example node:
9	
10		ads1202: adc@0 {
11			compatible = "sd-modulator";
12			#io-channel-cells = <0>;
13		};
Hide Line Numbers
About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog