Lines Matching +full:no +full:- +full:ref +full:- +full:high +full:- +full:z

1 .. SPDX-License-Identifier: GPL-2.0-only
26 ----------------
30 4-wire mode
35 .. code-block::
37 +-------------+ +-------------+
38 | CS |<-+------| CS |
39 | CNV |<-+ | |
42 | SDI |<--------| SDO |
43 | SDO |-------->| SDI |
44 | SCLK |<--------| SCLK |
45 +-------------+ +-------------+
47 To use this mode, in the device tree, omit the ``cnv-gpios`` and
48 ``spi-rx-bus-width`` properties.
51 ---------------------
64 Each ``INx`` pin can be used as a pseudo-differential input in conjunction with
67 .. code-block::
73 If no other channel properties are needed (e.g. ``adi,no-high-z``), the channel
83 Each ``INx`` pin can be used as a pseudo-differential input in conjunction with
86 .. code-block::
88 com-supply = <&vref_div_2>;
92 common-mode-channel = <AD4695_COMMON_MODE_COM>;
98 relative to ``REFGND``. (The offset is determined by the ``com-supply`` voltage.)
102 .. code-block::
104 #include <dt-bindings/iio/adi,ad4695.h>
109 An even-numbered ``INx`` pin and the following odd-numbered ``INx`` pin can be
110 used as a pseudo-differential input. The device tree for using ``IN2`` as the
113 .. code-block::
115 in3-supply = <&vref_div_2>;
119 common-mode-channel = <3>; /* IN3 */
125 relative to ``REFGND``. (Offset is determined by the ``in3-supply`` voltage.)
128 ----------
132 determine which is being used. If ``ldo-supply`` is present, then the internal
133 LDO is used. If ``vcc-supply`` is present, then the external LDO is used and
137 -----------------
139 The chip supports an external reference voltage via the ``REF`` input or an
141 at the device tree to determine which is being used. If ``ref-supply`` is
143 disabled. If ``refin-supply`` is present, then the internal buffered reference
147 -----------------------
153 ----------------------
155 - Additional wiring modes
156 - Threshold events
157 - Oversampling
158 - GPIO support
159 - CRC support