Back to home page

OSCL-LXR

 
 

    


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