18c2ecf20Sopenharmony_ciMediatek mfgcfg controller
28c2ecf20Sopenharmony_ci============================
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciThe Mediatek mfgcfg controller provides various clocks to the system.
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciRequired Properties:
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci- compatible: Should be one of:
98c2ecf20Sopenharmony_ci	- "mediatek,mt2712-mfgcfg", "syscon"
108c2ecf20Sopenharmony_ci	- "mediatek,mt6779-mfgcfg", "syscon"
118c2ecf20Sopenharmony_ci	- "mediatek,mt8167-mfgcfg", "syscon"
128c2ecf20Sopenharmony_ci	- "mediatek,mt8183-mfgcfg", "syscon"
138c2ecf20Sopenharmony_ci- #clock-cells: Must be 1
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_ciThe mfgcfg controller uses the common clk binding from
168c2ecf20Sopenharmony_ciDocumentation/devicetree/bindings/clock/clock-bindings.txt
178c2ecf20Sopenharmony_ciThe available clocks are defined in dt-bindings/clock/mt*-clk.h.
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ciExample:
208c2ecf20Sopenharmony_ci
218c2ecf20Sopenharmony_cimfgcfg: syscon@13000000 {
228c2ecf20Sopenharmony_ci	compatible = "mediatek,mt2712-mfgcfg", "syscon";
238c2ecf20Sopenharmony_ci	reg = <0 0x13000000 0 0x1000>;
248c2ecf20Sopenharmony_ci	#clock-cells = <1>;
258c2ecf20Sopenharmony_ci};
26