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/armada3700-tbg-clock.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 * Time Base Generator Clock bindings for Marvell Armada 37xx SoCs
    2 
    3 Marvell Armada 37xx SoCs provide Time Base Generator clocks which are
    4 used as parent clocks for the peripheral clocks.
    5 
    6 The TBG clock consumer should specify the desired clock by having the
    7 clock ID in its "clocks" phandle cell.
    8 
    9 The following is a list of provided IDs and clock names on Armada 3700:
   10  0 = TBG A P
   11  1 = TBG B P
   12  2 = TBG A S
   13  3 = TBG B S
   14 
   15 Required properties:
   16 - compatible : shall be "marvell,armada-3700-tbg-clock"
   17 - reg : must be the register address of North Bridge PLL register
   18 - #clock-cells : from common clock binding; shall be set to 1
   19 
   20 Example:
   21 
   22 tbg: tbg@13200 {
   23         compatible = "marvell,armada-3700-tbg-clock";
   24         reg = <0x13200 0x1000>;
   25         clocks = <&xtalclk>;
   26         #clock-cells = <1>;
   27 };

Cache object: 35ca5077dd525b94d077d0ee8aa461af


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