The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/iio/impedance-analyzer/ad5933.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 Analog Devices AD5933/AD5934 Impedance Converter, Network Analyzer
    2 
    3 https://www.analog.com/media/en/technical-documentation/data-sheets/AD5933.pdf
    4 https://www.analog.com/media/en/technical-documentation/data-sheets/AD5934.pdf
    5 
    6 Required properties:
    7  - compatible : should be one of
    8                 "adi,ad5933"
    9                 "adi,ad5934"
   10  - reg : the I2C address.
   11  - vdd-supply : The regulator supply for DVDD, AVDD1 and AVDD2 when they
   12    are connected together.
   13 
   14 Optional properties:
   15 - clocks : external clock reference.
   16 - clock-names : must be "mclk" if clocks is set.
   17 
   18 Example for a I2C device node:
   19 
   20         impedance-analyzer@0d {
   21                 compatible = "adi,adxl345";
   22                 reg = <0x0d>;
   23                 vdd-supply = <&vdd_supply>;
   24                 clocks = <&ref_clk>;
   25                 clock-names = "mclk";
   26         };

Cache object: f818dec28cf9045866f81ab49d9af70e


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.