Home
last modified time | relevance | path

Searched full:ad7124 (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/iio/adc/
Dadi,ad7124.yaml5 $id: http://devicetree.org/schemas/iio/adc/adi,ad7124.yaml#
8 title: Analog Devices AD7124 ADC device driver
14 Bindings for the Analog Devices AD7124 ADC device. Datasheet can be
16 https://www.analog.com/media/en/technical-documentation/data-sheets/AD7124-8.pdf
21 - adi,ad7124-4
22 - adi,ad7124-8
83 The channel number. It can have up to 8 channels on ad7124-4
84 and 16 channels on ad7124-8, numbered from 0 to 15.
131 compatible = "adi,ad7124-4";
/linux-6.14.4/drivers/iio/adc/
Dad7124.c3 * AD7124 SPI ADC driver
26 /* AD7124 registers */
56 /* AD7124 ID */
98 /* AD7124 input sources */
211 .name = "ad7124-4",
216 .name = "ad7124-8",
840 /* The AD7124 requires typically 2ms to power up and settle */ in ad7124_soft_reset()
873 * Input specifiers 8 - 15 are explicitly reserved for ad7124-4
874 * while they are fine for ad7124-8. Values above 31 don't fit
1143 { .compatible = "adi,ad7124-4",
[all …]
DKconfig87 config AD7124 config
88 tristate "Analog Devices AD7124 and similar sigma-delta ADCs driver"
92 Say yes here to build support for Analog Devices AD7124-4 and AD7124-8
96 called ad7124.
DMakefile15 obj-$(CONFIG_AD7124) += ad7124.o
Dad_sigma_delta.c650 * AD7124 and a few others use the same physical line for interrupt in ad_sd_data_rdy_trig_poll()