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/regulator/mp8859.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 Monolithic Power Systems MP8859 voltage regulator
    2 
    3 Required properties:
    4 - compatible: "mps,mp8859";
    5 - reg: I2C slave address.
    6 
    7 Optional subnode for regulator: "mp8859_dcdc", using common regulator
    8 bindings given in <Documentation/devicetree/bindings/regulator/regulator.txt>.
    9 
   10 Example:
   11 
   12         mp8859: regulator@66 {
   13                 compatible = "mps,mp8859";
   14                 reg = <0x66>;
   15                 dc_12v: mp8859_dcdc {
   16                         regulator-name = "dc_12v";
   17                         regulator-min-microvolt = <12000000>;
   18                         regulator-max-microvolt = <12000000>;
   19                         regulator-boot-on;
   20                         regulator-always-on;
   21                 };
   22         };

Cache object: 0995fcfd4fe33e5cbb30ded728e480e8


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