[PATCH 0/2] iio: adc: ad4080: add support for AD4883
From: Antoniu Miclaus
Date: Mon Jul 20 2026 - 09:44:52 EST
Add support for the AD4883, a dual-channel, 16-bit, 40 MSPS SAR ADC in
the AD4080 family. Like the AD4880, each of its two independent ADC
channels has its own SPI configuration interface, so the part requires
two chip selects and two io-backends.
The first patch adds the devicetree binding compatible string; the
second adds the driver support (chip ID, channel spec, chip info and
device-table entries).
Antoniu Miclaus (2):
dt-bindings: iio: adc: ad4080: add AD4883 support
iio: adc: ad4080: add support for AD4883
.../bindings/iio/adc/adi,ad4080.yaml | 2 ++
drivers/iio/adc/ad4080.c | 18 ++++++++++++++++++
2 files changed, 20 insertions(+)
base-commit: 7961435cd21903f761712cdf8fe3ed5ea24ebdc7
--
2.43.0