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/isl9305.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 Intersil ISL9305/ISL9305H voltage regulator
    2 
    3 Required properties:
    4 
    5 - compatible: "isil,isl9305" or "isil,isl9305h"
    6 - reg: I2C slave address, usually 0x68.
    7 - regulators: A node that houses a sub-node for each regulator within the
    8   device. Each sub-node is identified using the node's name, with valid
    9   values being "dcd1", "dcd2", "ldo1" and "ldo2". The content of each sub-node
   10   is defined by the standard binding for regulators; see regulator.txt.
   11 - VINDCD1-supply: A phandle to a regulator node supplying VINDCD1.
   12   VINDCD2-supply: A phandle to a regulator node supplying VINDCD2.
   13   VINLDO1-supply: A phandle to a regulator node supplying VINLDO1.
   14   VINLDO2-supply: A phandle to a regulator node supplying VINLDO2.
   15 
   16 Optional properties:
   17 - Per-regulator optional properties are defined in regulator.txt
   18 
   19 Example
   20 
   21         pmic: isl9305@68 {
   22                 compatible = "isil,isl9305";
   23                 reg = <0x68>;
   24 
   25                 VINDCD1-supply = <&system_power>;
   26                 VINDCD2-supply = <&system_power>;
   27                 VINLDO1-supply = <&system_power>;
   28                 VINLDO2-supply = <&system_power>;
   29 
   30                 regulators {
   31                         dcd1 {
   32                                 regulator-name = "VDD_DSP";
   33                                 regulator-always-on;
   34                         };
   35                 };
   36         };

Cache object: b4233d5f740ebe4dc2cef116436419f4


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