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/88pm800.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 Marvell 88PM800 regulator
    2 
    3 Required properties:
    4 - compatible: "marvell,88pm800"
    5 - reg: I2C slave address
    6 - regulators: A node that houses a sub-node for each regulator within the
    7   device. Each sub-node is identified using the node's name (or the deprecated
    8   regulator-compatible property if present), with valid values listed below.
    9   The content of each sub-node is defined by the standard binding for
   10   regulators; see regulator.txt.
   11 
   12 The valid names for regulators are:
   13 
   14   buck1, buck2, buck3, buck4, buck5, ldo1, ldo2, ldo3, ldo4, ldo5, ldo6, ldo7,
   15   ldo8, ldo9, ldo10, ldo11, ldo12, ldo13, ldo14, ldo15, ldo16, ldo17, ldo18, ldo19
   16 
   17 Example:
   18 
   19         pmic: 88pm800@31 {
   20                 compatible = "marvell,88pm800";
   21                 reg = <0x31>;
   22 
   23                 regulators {
   24                         buck1 {
   25                                 regulator-min-microvolt = <600000>;
   26                                 regulator-max-microvolt = <3950000>;
   27                                 regulator-boot-on;
   28                                 regulator-always-on;
   29                         };
   30                         ldo1 {
   31                                 regulator-min-microvolt = <600000>;
   32                                 regulator-max-microvolt = <15000000>;
   33                                 regulator-boot-on;
   34                                 regulator-always-on;
   35                         };
   36 ...
   37                 };
   38         };

Cache object: c74b9571f925d3109c87e5670918540b


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