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/src/arm/qcom-ipq8064-smb208.dtsi

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 // SPDX-License-Identifier: GPL-2.0
    2 
    3 #include "qcom-ipq8064.dtsi"
    4 
    5 &rpm {
    6         smb208_regulators: regulators {
    7                 compatible = "qcom,rpm-smb208-regulators";
    8 
    9                 smb208_s1a: s1a {
   10                         regulator-min-microvolt = <1050000>;
   11                         regulator-max-microvolt = <1150000>;
   12 
   13                         qcom,switch-mode-frequency = <1200000>;
   14                 };
   15 
   16                 smb208_s1b: s1b {
   17                         regulator-min-microvolt = <1050000>;
   18                         regulator-max-microvolt = <1150000>;
   19 
   20                         qcom,switch-mode-frequency = <1200000>;
   21                 };
   22 
   23                 smb208_s2a: s2a {
   24                         regulator-min-microvolt = < 800000>;
   25                         regulator-max-microvolt = <1250000>;
   26 
   27                         qcom,switch-mode-frequency = <1200000>;
   28                 };
   29 
   30                 smb208_s2b: s2b {
   31                         regulator-min-microvolt = < 800000>;
   32                         regulator-max-microvolt = <1250000>;
   33 
   34                         qcom,switch-mode-frequency = <1200000>;
   35                 };
   36         };
   37 };

Cache object: 5d6c91ebce48a24268d1e6eec18c5d31


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