[PATCH 3/5] dt-bindings: iio: adc: add ad7405 axi variant
From: Pop Ioan Daniel
Date: Mon Mar 24 2025 - 05:11:49 EST
Add a new compatible and related bindings for the fpga-based ad7405 AXI
IP core, a variant of the generic AXI ADC IP.
The AXI AD7405 IP is a very similar HDL (fpga) variant of the generic
AXI ADC IP, intended to control ad7405/adum770x family.
Signed-off-by: Pop Ioan Daniel <pop.ioan-daniel@xxxxxxxxxx>
---
Documentation/devicetree/bindings/iio/adc/adi,axi-adc.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/iio/adc/adi,axi-adc.yaml b/Documentation/devicetree/bindings/iio/adc/adi,axi-adc.yaml
index 4fa82dcf6fc9..1b02217ff8b5 100644
--- a/Documentation/devicetree/bindings/iio/adc/adi,axi-adc.yaml
+++ b/Documentation/devicetree/bindings/iio/adc/adi,axi-adc.yaml
@@ -27,6 +27,7 @@ description: |
the ad7606 family.
https://wiki.analog.com/resources/fpga/docs/axi_adc_ip
+ https://analogdevicesinc.github.io/hdl/library/axi_ad7405/index.html
http://analogdevicesinc.github.io/hdl/library/axi_ad7606x/index.html
properties:
@@ -34,6 +35,7 @@ properties:
enum:
- adi,axi-adc-10.0.a
- adi,axi-ad7606x
+ - adi,axi-ad7405
reg:
maxItems: 1
--
2.34.1