[PATCH 0/2] Add support for AD3536R DAC
From: Kim Seer Paller
Date: Wed Sep 09 2026 - 02:27:00 EST
The AD3536R is a 16-channel, 12-bit, buffered voltage output DAC with an
on-chip 2.5V reference. It is the 12-bit variant of the AD3532R and
shares the same register map, so support is folded into the existing
ad3530r driver.
This series:
- adds the compatible string to the ad3530r binding
- adds an ad3530r driver chip_info entry and SPI/OF ID table entries
Datasheet:
https://www.analog.com/media/en/technical-documentation/data-sheets/ad3532r.pdf
Signed-off-by: Kim Seer Paller <kimseer.paller@xxxxxxxxxx>
---
Kim Seer Paller (2):
dt-bindings: iio: dac: ad3530r: add AD3536R
iio: dac: ad3530r: add support for AD3536R
.../devicetree/bindings/iio/dac/adi,ad3530r.yaml | 15 ++++++++-------
drivers/iio/dac/Kconfig | 1 +
drivers/iio/dac/ad3530r.c | 21 +++++++++++++++++++++
3 files changed, 30 insertions(+), 7 deletions(-)
---
base-commit: 42a9b823307844dc9f496df67d11ec3691317c67
change-id: 20260909-iio-ad3536r-upstream-869cf331e140
Best regards,
--
Kim Seer Paller <kimseer.paller@xxxxxxxxxx>