Back to home page

OSCL-LXR

 
 

    


0001 Gated Clock Controller Bindings for MIPS based BCM63XX SoCs
0002 
0003 Required properties:
0004 - compatible: must be one of:
0005          "brcm,bcm3368-clocks"
0006          "brcm,bcm6318-clocks"
0007          "brcm,bcm6318-ubus-clocks"
0008          "brcm,bcm6328-clocks"
0009          "brcm,bcm6358-clocks"
0010          "brcm,bcm6362-clocks"
0011          "brcm,bcm6368-clocks"
0012          "brcm,bcm63268-clocks"
0013 
0014 - reg: Address and length of the register set
0015 - #clock-cells: must be <1>
0016 
0017 
0018 Example:
0019 
0020 clkctl: clock-controller@10000004 {
0021         compatible = "brcm,bcm6328-clocks";
0022         reg = <0x10000004 0x4>;
0023         #clock-cells = <1>;
0024 };