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/dac/ds4424.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 Maxim Integrated DS4422/DS4424 7-bit Sink/Source Current DAC Device Driver
    2 
    3 Datasheet publicly available at:
    4 https://datasheets.maximintegrated.com/en/ds/DS4422-DS4424.pdf
    5 
    6 Required properties:
    7         - compatible: Should be one of
    8                 maxim,ds4422
    9                 maxim,ds4424
   10         - reg: Should contain the DAC I2C address
   11 
   12 Optional properties:
   13         - vcc-supply: Power supply is optional. If not defined, driver will ignore it.
   14 
   15 Example:
   16         ds4224@10 {
   17                 compatible = "maxim,ds4424";
   18                 reg = <0x10>; /* When A0, A1 pins are ground */
   19                 vcc-supply = <&vcc_3v3>;
   20         };

Cache object: 696e5f1738c916e7432784f3f1e0bfba


[ 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.