Path: blob/master/Documentation/devicetree/bindings/iio/adc/adi,ad7949.yaml
26309 views
# SPDX-License-Identifier: GPL-2.01%YAML 1.22---3$id: http://devicetree.org/schemas/iio/adc/adi,ad7949.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Analog Devices AD7949/AD7682/AD7689 analog to digital converters78maintainers:9- Charles-Antoine Couret <charles-antoine.couret@essensium.com>1011description: |12Specifications on the converters can be found at:13AD7949:14https://www.analog.com/media/en/technical-documentation/data-sheets/AD7949.pdf15AD7682/AD7698:16https://www.analog.com/media/en/technical-documentation/data-sheets/AD7682_7689.pdf1718properties:19compatible:20enum:21- adi,ad768222- adi,ad768923- adi,ad79492425reg:26maxItems: 12728vrefin-supply:29description:30Buffered ADC reference voltage supply.3132vref-supply:33description:34Unbuffered ADC reference voltage supply.3536adi,internal-ref-microvolt:37description: |38Internal reference voltage selection in microvolts.3940If no internal reference is specified, the channel will default to the41external reference defined by vrefin-supply (or vref-supply).42vrefin-supply will take precedence over vref-supply if both are defined.4344If no supplies are defined, the reference selection will default to454096mV internal reference.4647enum: [2500000, 4096000]48default: 4096000495051'#io-channel-cells':52const: 15354'#address-cells':55const: 15657'#size-cells':58const: 05960required:61- compatible62- reg6364allOf:65- $ref: /schemas/spi/spi-peripheral-props.yaml#6667unevaluatedProperties: false6869examples:70- |71spi {72#address-cells = <1>;73#size-cells = <0>;7475adc@0 {76#address-cells = <1>;77#size-cells = <0>;7879compatible = "adi,ad7949";80reg = <0>;81vref-supply = <&vdd_supply>;82};8384adc@1 {85#address-cells = <1>;86#size-cells = <0>;8788compatible = "adi,ad7949";89reg = <1>;90vrefin-supply = <&vdd_supply>;91};9293adc@2 {94#address-cells = <1>;95#size-cells = <0>;9697compatible = "adi,ad7949";98reg = <2>;99adi,internal-ref-microvolt = <4096000>;100};101};102...103104105