Path: blob/master/Documentation/devicetree/bindings/iio/adc/adi,ad7298.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1# Copyright 2019 Analog Devices Inc.2%YAML 1.23---4$id: http://devicetree.org/schemas/iio/adc/adi,ad7298.yaml#5$schema: http://devicetree.org/meta-schemas/core.yaml#67title: Analog Devices AD7298 ADC89maintainers:10- Michael Hennerich <michael.hennerich@analog.com>1112description: |13Bindings for the Analog Devices AD7298 ADC device. Datasheet can be14found here:15https://www.analog.com/en/products/ad7298.html1617properties:18compatible:19const: adi,ad72982021reg:22maxItems: 12324vref-supply: true25vdd-supply: true2627required:28- compatible29- reg3031allOf:32- $ref: /schemas/spi/spi-peripheral-props.yaml#3334unevaluatedProperties: false3536examples:37- |38spi {39#address-cells = <1>;40#size-cells = <0>;4142adc@0 {43compatible = "adi,ad7298";44reg = <0>;45spi-max-frequency = <5000000>;46vref-supply = <&adc_vref>;47};48};49...505152