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/da9210.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 * Dialog Semiconductor DA9210 Multi-phase 12A DCDC BUCK Converter
    2 
    3 Required properties:
    4 
    5 - compatible:   must be "dlg,da9210"
    6 - reg:          the i2c slave address of the regulator. It should be 0x68.
    7 
    8 Optional properties:
    9 
   10 - interrupts:   a reference to the DA9210 interrupt, if available.
   11 
   12 Any standard regulator properties can be used to configure the single da9210
   13 DCDC.
   14 
   15 Example:
   16 
   17         da9210@68 {
   18                 compatible = "dlg,da9210";
   19                 reg = <0x68>;
   20 
   21                 interrupt-parent = <...>;
   22                 interrupts = <...>;
   23 
   24                 regulator-min-microvolt = <300000>;
   25                 regulator-max-microvolt = <1570000>;
   26                 regulator-min-microamp = <1600000>;
   27                 regulator-max-microamp = <4600000>;
   28                 regulator-boot-on;
   29         };

Cache object: fe407bf7378deda1246dc4180506132c


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