1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/iio/adc/adi,ad7292.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices AD7292 10-Bit Monitor and Control System
10 - Marcelo Schmitt <marcelo.schmitt1@gmail.com>
13 Analog Devices AD7292 10-Bit Monitor and Control System with ADC, DACs,
14 Temperature Sensor, and GPIOs
16 Specifications about the part can be found at:
17 https://www.analog.com/media/en/technical-documentation/data-sheets/ad7292.pdf
29 The regulator supply for ADC and DAC reference voltage.
33 spi-max-frequency: true
51 Represents the external channels which are connected to the ADC.
56 The channel number. It can have up to 8 channels numbered from 0 to 7.
66 additionalProperties: true
68 additionalProperties: false
77 compatible = "adi,ad7292";
79 spi-max-frequency = <25000000>;
80 vref-supply = <&adc_vref>;
88 diff-channels = <0 1>;