Path: blob/master/Documentation/devicetree/bindings/iio/adc/adi,ad9467.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/adc/adi,ad9467.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Analog Devices AD9467 and similar High-Speed ADCs78maintainers:9- Michael Hennerich <michael.hennerich@analog.com>1011description: |12The AD9467 and the parts similar with it, are high-speed analog-to-digital13converters (ADCs), operating in the range of 100 to 500 mega samples14per second (MSPS). Some parts support higher MSPS and some15lower MSPS, suitable for the intended application of each part.1617All the parts support the register map described by Application Note AN-87718https://www.analog.com/media/en/technical-documentation/application-notes/AN-877.pdf1920https://www.analog.com/media/en/technical-documentation/data-sheets/AD9265.pdf21https://www.analog.com/media/en/technical-documentation/data-sheets/AD9434.pdf22https://www.analog.com/media/en/technical-documentation/data-sheets/AD9467.pdf2324properties:25compatible:26enum:27- adi,ad926528- adi,ad943429- adi,ad946730- adi,ad964331- adi,ad964932- adi,ad96523334reg:35maxItems: 13637clocks:38maxItems: 13940clock-names:41items:42- const: adc-clk4344powerdown-gpios:45description:46Pin that controls the powerdown mode of the device.47maxItems: 14849io-backends:50maxItems: 15152reset-gpios:53description:54Reset pin for the device.55maxItems: 15657required:58- compatible59- reg60- clocks61- clock-names6263additionalProperties: false6465examples:66- |67spi {68#address-cells = <1>;69#size-cells = <0>;7071adc@0 {72compatible = "adi,ad9467";73reg = <0>;74clocks = <&adc_clk>;75clock-names = "adc-clk";76io-backends = <&iio_backend>;77};78};79...808182