Back to home page

OSCL-LXR

 
 

    


0001 * Time Base Generator Clock bindings for Marvell Armada 37xx SoCs
0002 
0003 Marvell Armada 37xx SoCs provide Time Base Generator clocks which are
0004 used as parent clocks for the peripheral clocks.
0005 
0006 The TBG clock consumer should specify the desired clock by having the
0007 clock ID in its "clocks" phandle cell.
0008 
0009 The following is a list of provided IDs and clock names on Armada 3700:
0010  0 = TBG A P
0011  1 = TBG B P
0012  2 = TBG A S
0013  3 = TBG B S
0014 
0015 Required properties:
0016 - compatible : shall be "marvell,armada-3700-tbg-clock"
0017 - reg : must be the register address of North Bridge PLL register
0018 - #clock-cells : from common clock binding; shall be set to 1
0019 
0020 Example:
0021 
0022 tbg: tbg@13200 {
0023         compatible = "marvell,armada-3700-tbg-clock";
0024         reg = <0x13200 0x1000>;
0025         clocks = <&xtalclk>;
0026         #clock-cells = <1>;
0027 };