Path: blob/master/Documentation/devicetree/bindings/iio/adc/adi,ad7949.yaml
53645 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: 40960004950'#io-channel-cells':51const: 15253'#address-cells':54const: 15556'#size-cells':57const: 05859required:60- compatible61- reg6263allOf:64- $ref: /schemas/spi/spi-peripheral-props.yaml#6566unevaluatedProperties: false6768examples:69- |70spi {71#address-cells = <1>;72#size-cells = <0>;7374adc@0 {75#address-cells = <1>;76#size-cells = <0>;7778compatible = "adi,ad7949";79reg = <0>;80vref-supply = <&vdd_supply>;81};8283adc@1 {84#address-cells = <1>;85#size-cells = <0>;8687compatible = "adi,ad7949";88reg = <1>;89vrefin-supply = <&vdd_supply>;90};9192adc@2 {93#address-cells = <1>;94#size-cells = <0>;9596compatible = "adi,ad7949";97reg = <2>;98adi,internal-ref-microvolt = <4096000>;99};100};101...102103104