mbox series

[0/5] Add support for AD7405/ADUM770x

Message ID 20250324090813.2775011-1-pop.ioan-daniel@analog.com (mailing list archive)
Headers show
Series Add support for AD7405/ADUM770x | expand

Message

Pop Ioan Daniel March 24, 2025, 9:07 a.m. UTC
The AD7405 is a high performance, second-order, Σ-Δ modulator
that converts an analog input signal into a high speed, single-bit
LVDS data stream, with on-chip digital isolation based on Analog
Devices, Inc., iCoupler technology. The AD7405 operates from a
4.5 V to 5.5 V (VDD1) power supply and accepts a differential input
signal of ±250 mV (±320 mV full-scale). The differential input is ideally
suited to shunt voltage monitoring in high voltage applications
where galvanic isolation is required.

Pop Ioan Daniel (5):
  iio: backend: add support for decimation ratio set
  iio: adc: adi-axi-adc: add set decimation rate
  dt-bindings: iio: adc: add ad7405 axi variant
  dt-bindings: iio: adc: add ad7405
  iio: adc: ad7405: add ad7405 driver

 .../bindings/iio/adc/adi,ad7405.yaml          |  68 ++++
 .../bindings/iio/adc/adi,axi-adc.yaml         |   2 +
 drivers/iio/adc/Kconfig                       |  10 +
 drivers/iio/adc/Makefile                      |   1 +
 drivers/iio/adc/ad7405.c                      | 301 ++++++++++++++++++
 drivers/iio/adc/adi-axi-adc.c                 |  43 ++-
 drivers/iio/industrialio-backend.c            |  18 ++
 include/linux/iio/backend.h                   |   3 +
 8 files changed, 445 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/adi,ad7405.yaml
 create mode 100644 drivers/iio/adc/ad7405.c