Lines Matching +full:axi +full:- +full:adc
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/iio/adc/adi,axi-adc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices AXI ADC IP core
10 - Michael Hennerich <michael.hennerich@analog.com>
13 Analog Devices Generic AXI ADC IP core for interfacing an ADC device
17 interface for the actual ADC, while this IP core will interface
18 to the data-lines of the ADC and handle the streaming of data into
26 - adi,axi-adc-10.0.a
34 dma-names:
36 - const: rx
38 adi,adc-dev:
41 A reference to a the actual ADC to which this FPGA ADC interfaces to.
44 - compatible
45 - dmas
46 - reg
47 - adi,adc-dev
52 - |
53 axi-adc@44a00000 {
54 compatible = "adi,axi-adc-10.0.a";
57 dma-names = "rx";
59 adi,adc-dev = <&spi_adc>;