Path: blob/master/Documentation/devicetree/bindings/iio/adc/adi,ad7923.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,ad7923.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Analog Devices AD7923 and similars with 4 and 8 Channel ADCs.78maintainers:9- Michael Hennerich <michael.hennerich@analog.com>1011description: |12Analog Devices AD7904, AD7914, AD7923, AD7924 4 Channel ADCs, and AD7908,13AD7918, AD7927, AD7928 8 Channels ADCs.1415Specifications about the part can be found at:16https://www.analog.com/media/en/technical-documentation/data-sheets/AD7923.pdf17https://www.analog.com/media/en/technical-documentation/data-sheets/AD7904_7914_7924.pdf18https://www.analog.com/media/en/technical-documentation/data-sheets/AD7908_7918_7928.pdf1920properties:21compatible:22oneOf:23- enum:24- adi,ad790425- adi,ad790826- adi,ad791427- adi,ad791828- adi,ad792329- adi,ad792830- const: adi,ad792431deprecated: true32- items:33- const: adi,ad792434- const: adi,ad792335- items:36- const: adi,ad792737- const: adi,ad79283839reg:40maxItems: 14142refin-supply:43description: |44The regulator supply for ADC reference voltage.4546adi,range-double:47description: Sets the analog input range from 0 to 2xVREF.48type: boolean4950'#address-cells':51const: 15253'#size-cells':54const: 05556required:57- compatible58- reg5960allOf:61- $ref: /schemas/spi/spi-peripheral-props.yaml#6263unevaluatedProperties: false6465examples:66- |67spi {68#address-cells = <1>;69#size-cells = <0>;7071ad7928: adc@0 {72compatible = "adi,ad7928";73reg = <0>;74spi-max-frequency = <25000000>;75refin-supply = <&adc_vref>;7677#address-cells = <1>;78#size-cells = <0>;79};80};818283