Skip to content

Commit 5e66d01

Browse files
justephjic23
authored andcommitted
docs: iio: ad7380: add adaq4370-4 and adaq4380-4
Adding documentation for adaq4370-4 and adaq4380-4 supported devices. In particular, document the reference voltage mechanism and the gain parameter that are specific to adaq devices. Signed-off-by: Julien Stephan <[email protected]> Reviewed-by: David Lechner <[email protected]> Link: https://patch.msgid.link/20241030-ad7380-add-adaq4380-4-support-v4-5-864ff02babae@baylibre.com Signed-off-by: Jonathan Cameron <[email protected]>
1 parent c904e6d commit 5e66d01

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Documentation/iio/ad7380.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ The following chips are supported by this driver:
2727
* `AD7386-4 <https://www.analog.com/en/products/ad7386-4.html>`_
2828
* `AD7387-4 <https://www.analog.com/en/products/ad7387-4.html>`_
2929
* `AD7388-4 <https://www.analog.com/en/products/ad7388-4.html>`_
30+
* `ADAQ4370-4 <https://www.analog.com/en/products/adaq4370-4.html>`_
31+
* `ADAQ4380-4 <https://www.analog.com/en/products/adaq4380-4.html>`_
3032

3133

3234
Supported features
@@ -47,6 +49,12 @@ ad7380-4
4749
ad7380-4 supports only an external reference voltage (2.5V to 3.3V). It must be
4850
declared in the device tree as ``refin-supply``.
4951

52+
ADAQ devices
53+
~~~~~~~~~~~~
54+
55+
adaq4370-4 and adaq4380-4 don't have an external reference, but use a 3.3V
56+
internal reference derived from one of its supplies (``refin-supply``)
57+
5058
All other devices from ad738x family
5159
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5260

@@ -121,6 +129,14 @@ Example for AD7386/7/8 (2 channels parts):
121129
122130
When enabling sequencer mode, the effective sampling rate is divided by two.
123131

132+
Gain (ADAQ devices only)
133+
~~~~~~~~~~~~~~~~~~~~~~~~
134+
135+
ADAQ devices have a pin selectable gain in front of each ADC. The appropriate
136+
gain is selectable from device tree using the ``adi,gain-milli`` property.
137+
Refer to the typical connection diagrams section of the datasheet for pin
138+
wiring.
139+
124140
Unimplemented features
125141
----------------------
126142

0 commit comments

Comments
 (0)