Path: blob/master/Documentation/devicetree/bindings/iio/impedance-analyzer/adi,ad5933.yaml
26309 views
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)1%YAML 1.22---3$id: http://devicetree.org/schemas/iio/impedance-analyzer/adi,ad5933.yaml#4$schema: http://devicetree.org/meta-schemas/core.yaml#56title: Analog Devices AD5933/AD5934 Impedance Converter, Network Analyzer78maintainers:9- Marcelo Schmitt <marcelo.schmitt1@gmail.com>10- Gabriel Capella <gabriel@capella.pro>1112description: |13https://www.analog.com/media/en/technical-documentation/data-sheets/AD5933.pdf14https://www.analog.com/media/en/technical-documentation/data-sheets/AD5934.pdf1516properties:17compatible:18enum:19- adi,ad593320- adi,ad59342122reg:23maxItems: 12425vdd-supply:26description: |27The regulator supply for DVDD, AVDD1 and AVDD2 when they28are connected together. Used to calculate voltage scaling of measurement29channels.3031clocks:32maxItems: 13334clock-names:35const: mclk3637additionalProperties: false3839required:40- compatible41- reg42- vdd-supply4344examples:45- |46i2c {47#address-cells = <1>;48#size-cells = <0>;4950impedance-analyzer@d {51compatible = "adi,ad5933";52reg = <0x0d>;53vdd-supply = <&vdd_supply>;54clocks = <&ref_clk>;55clock-names = "mclk";56};57};58...596061