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