Back to home page

OSCL-LXR

 
 

    


0001 Fujitsu CRG11 clock driver bindings
0002 -----------------------------------
0003 
0004 Required properties :
0005 - compatible : Shall contain "fujitsu,mb86s70-crg11"
0006 - #clock-cells : Shall be 3 {cntrlr domain port}
0007 
0008 The consumer specifies the desired clock pointing to its phandle.
0009 
0010 Example:
0011 
0012         clock: crg11 {
0013                 compatible = "fujitsu,mb86s70-crg11";
0014                 #clock-cells = <3>;
0015         };
0016 
0017         mhu: mhu0@2b1f0000 {
0018                 #mbox-cells = <1>;
0019                 compatible = "arm,mhu";
0020                 reg = <0 0x2B1F0000 0x1000>;
0021                 interrupts = <0 36 4>, /* LP Non-Sec */
0022                              <0 35 4>, /* HP Non-Sec */
0023                              <0 37 4>; /* Secure */
0024                 clocks = <&clock 0 2 1>; /* Cntrlr:0 Domain:2 Port:1 */
0025                 clock-names = "clk";
0026         };