Documentation/devicetree/bindings/iio/adc/adi,ad4080.yaml

Source file repositories/reference/linux-study-clean/Documentation/devicetree/bindings/iio/adc/adi,ad4080.yaml

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/iio/adc/adi,ad4080.yaml
Extension
.yaml
Size
2303 bytes
Lines
105
Domain
Support Tooling And Documentation
Bucket
Documentation
Inferred role
Support Tooling And Documentation: configuration, schema, or hardware description
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
# Copyright 2025 Analog Devices Inc.
%YAML 1.2
---
$id: http://devicetree.org/schemas/iio/adc/adi,ad4080.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: Analog Devices AD4080 20-Bit, 40 MSPS, Differential SAR ADC

maintainers:
  - Antoniu Miclaus <antoniu.miclaus@analog.com>

description: |
  The AD4080 is a high speed, low noise, low distortion, 20-bit, Easy Drive,
  successive approximation register (SAR) analog-to-digital converter (ADC).
  Maintaining high performance (signal-to-noise and distortion (SINAD) ratio
  > 90 dBFS) at signal frequencies in excess of 1 MHz enables the AD4080 to
  service a wide variety of precision, wide bandwidth data acquisition
  applications.

  https://www.analog.com/media/en/technical-documentation/data-sheets/ad4080.pdf

$ref: /schemas/spi/spi-peripheral-props.yaml#

properties:
  compatible:
    enum:
      - adi,ad4080
      - adi,ad4081
      - adi,ad4082
      - adi,ad4083
      - adi,ad4084
      - adi,ad4085
      - adi,ad4086
      - adi,ad4087
      - adi,ad4088

  reg:
    maxItems: 1

  spi-max-frequency:
    description: Configuration of the SPI bus.
    maximum: 50000000

  clocks:
    maxItems: 1

  clock-names:
    items:
      - const: cnv

  vdd33-supply: true

  vdd11-supply: true

  vddldo-supply: true

  iovdd-supply: true

  vrefin-supply: true

  io-backends:
    maxItems: 1

  adi,lvds-cnv-enable:
    description: Enable the LVDS signal type on the CNV pin. Default is CMOS.
    type: boolean

  adi,num-lanes:
    description:

Annotation

Implementation Notes