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/clock/qcom,krait-cc.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 Krait Clock Controller
    2 
    3 PROPERTIES
    4 
    5 - compatible:
    6         Usage: required
    7         Value type: <string>
    8         Definition: must be one of:
    9                         "qcom,krait-cc-v1"
   10                         "qcom,krait-cc-v2"
   11 
   12 - #clock-cells:
   13         Usage: required
   14         Value type: <u32>
   15         Definition: must be 1
   16 
   17 - clocks:
   18         Usage: required
   19         Value type: <prop-encoded-array>
   20         Definition: reference to the clock parents of hfpll, secondary muxes.
   21 
   22 - clock-names:
   23         Usage: required
   24         Value type: <stringlist>
   25         Definition: must be "hfpll0", "hfpll1", "acpu0_aux", "acpu1_aux", "qsb".
   26 
   27 Example:
   28 
   29         kraitcc: clock-controller {
   30                 compatible = "qcom,krait-cc-v1";
   31                 clocks = <&hfpll0>, <&hfpll1>, <&acpu0_aux>, <&acpu1_aux>, <qsb>;
   32                 clock-names = "hfpll0", "hfpll1", "acpu0_aux", "acpu1_aux", "qsb";
   33                 #clock-cells = <1>;
   34         };

Cache object: c762f062d096361a109406cfecfc558a


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