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

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

File Facts

System
Linux kernel
Corpus path
Documentation/devicetree/bindings/iio/adc/adi,ad7476.yaml
Extension
.yaml
Size
5243 bytes
Lines
227
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 OR BSD-2-Clause)
# Copyright 2019 Analog Devices Inc.
%YAML 1.2
---
$id: http://devicetree.org/schemas/iio/adc/adi,ad7476.yaml#
$schema: http://devicetree.org/meta-schemas/core.yaml#

title: AD7476 and similar simple SPI ADCs from multiple manufacturers.

maintainers:
  - Michael Hennerich <michael.hennerich@analog.com>

description: |
  A lot of simple SPI ADCs have very straight forward interfaces.
  They typically don't provide a MOSI pin, simply reading out data
  on MISO when the clock toggles.

properties:
  compatible:
    oneOf:
      - items:
          - enum:
              - adi,ad7091
              - adi,ad7091r
              - adi,ad7273
              - adi,ad7274
              - adi,ad7276
              - adi,ad7277
              - adi,ad7278
              - adi,ad7466
              - adi,ad7467
              - adi,ad7468
              - adi,ad7475
              - adi,ad7476
              - adi,ad7476a
              - adi,ad7477
              - adi,ad7477a
              - adi,ad7478
              - adi,ad7478a
              - adi,ad7495
              - adi,ad7910
              - adi,ad7920
              - adi,ad7940
              - rohm,bd79105
              - ti,adc081s
              - ti,adc101s
              - ti,adc121s
              - ti,ads7866
              - ti,ads7867
              - ti,ads7868
              - lltc,ltc2314-14
      - items:
          - const: rohm,bu79100g
          - const: ti,ads7866

  reg:
    maxItems: 1

  interrupts:
    description:
      The data-ready interrupt. Provided via DOUT pin.
    maxItems: 1

  vcc-supply:
    description:
      Main powersupply voltage for the chips, sometimes referred to as VDD on
      datasheets.  If there is no separate vref-supply, then this is needed
      to establish channel scaling.

  vdrive-supply:

Annotation

Implementation Notes