Path: blob/master/Documentation/devicetree/bindings/iio/adc/adi,ad7291.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,ad7291.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: AD7291 8-Channel, I2C, 12-Bit SAR ADC with Temperature Sensor78maintainers:9- Michael Auchter <michael.auchter@ni.com>1011description: |12Analog Devices AD7291 8-Channel I2C 12-Bit SAR ADC with Temperature Sensor13https://www.analog.com/media/en/technical-documentation/data-sheets/ad7291.pdf1415properties:16compatible:17enum:18- adi,ad72911920reg:21maxItems: 12223vref-supply:24description: |25The regulator supply for ADC reference voltage.2627required:28- compatible29- reg3031additionalProperties: false3233examples:34- |35i2c {36#address-cells = <1>;37#size-cells = <0>;3839ad7291: adc@0 {40compatible = "adi,ad7291";41reg = <0>;42vref-supply = <&adc_vref>;43};44};45...464748