Back to home page

OSCL-LXR

 
 

    


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