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/potentiometer/mcp41010.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 * Microchip MCP41010/41050/41100/42010/42050/42100 Digital Potentiometer
    2 
    3 Datasheet publicly available at:
    4 https://ww1.microchip.com/downloads/en/devicedoc/11195c.pdf
    5 
    6 The node for this driver must be a child node of a SPI controller, hence
    7 all mandatory properties described in
    8 
    9         Documentation/devicetree/bindings/spi/spi-bus.txt
   10 
   11 must be specified.
   12 
   13 Required properties:
   14         - compatible:   Must be one of the following, depending on the
   15                         model:
   16                         "microchip,mcp41010"
   17                         "microchip,mcp41050"
   18                         "microchip,mcp41100"
   19                         "microchip,mcp42010"
   20                         "microchip,mcp42050"
   21                         "microchip,mcp42100"
   22 
   23 Example:
   24 potentiometer@0 {
   25         compatible = "microchip,mcp41010";
   26         reg = <0>;
   27         spi-max-frequency = <500000>;
   28 };

Cache object: a52ee79dd555b478def510afbb8c11d2


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