Back to home page

OSCL-LXR

 
 

    


0001 Mediatek ipesys controller
0002 ============================
0003 
0004 The Mediatek ipesys controller provides various clocks to the system.
0005 
0006 Required Properties:
0007 
0008 - compatible: Should be one of:
0009         - "mediatek,mt6779-ipesys", "syscon"
0010 - #clock-cells: Must be 1
0011 
0012 The ipesys controller uses the common clk binding from
0013 Documentation/devicetree/bindings/clock/clock-bindings.txt
0014 The available clocks are defined in dt-bindings/clock/mt*-clk.h.
0015 
0016 Example:
0017 
0018 ipesys: clock-controller@1b000000 {
0019         compatible = "mediatek,mt6779-ipesys", "syscon";
0020         reg = <0 0x1b000000 0 0x1000>;
0021         #clock-cells = <1>;
0022 };