18c2ecf20Sopenharmony_ciMediatek apmixedsys controller
28c2ecf20Sopenharmony_ci==============================
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciThe Mediatek apmixedsys controller provides the PLLs to the system.
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciRequired Properties:
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci- compatible: Should be one of:
98c2ecf20Sopenharmony_ci	- "mediatek,mt2701-apmixedsys"
108c2ecf20Sopenharmony_ci	- "mediatek,mt2712-apmixedsys", "syscon"
118c2ecf20Sopenharmony_ci	- "mediatek,mt6765-apmixedsys", "syscon"
128c2ecf20Sopenharmony_ci	- "mediatek,mt6779-apmixedsys", "syscon"
138c2ecf20Sopenharmony_ci	- "mediatek,mt6797-apmixedsys"
148c2ecf20Sopenharmony_ci	- "mediatek,mt7622-apmixedsys"
158c2ecf20Sopenharmony_ci	- "mediatek,mt7623-apmixedsys", "mediatek,mt2701-apmixedsys"
168c2ecf20Sopenharmony_ci	- "mediatek,mt7629-apmixedsys"
178c2ecf20Sopenharmony_ci	- "mediatek,mt8135-apmixedsys"
188c2ecf20Sopenharmony_ci	- "mediatek,mt8167-apmixedsys", "syscon"
198c2ecf20Sopenharmony_ci	- "mediatek,mt8173-apmixedsys"
208c2ecf20Sopenharmony_ci	- "mediatek,mt8183-apmixedsys", "syscon"
218c2ecf20Sopenharmony_ci	- "mediatek,mt8516-apmixedsys"
228c2ecf20Sopenharmony_ci- #clock-cells: Must be 1
238c2ecf20Sopenharmony_ci
248c2ecf20Sopenharmony_ciThe apmixedsys controller uses the common clk binding from
258c2ecf20Sopenharmony_ciDocumentation/devicetree/bindings/clock/clock-bindings.txt
268c2ecf20Sopenharmony_ciThe available clocks are defined in dt-bindings/clock/mt*-clk.h.
278c2ecf20Sopenharmony_ci
288c2ecf20Sopenharmony_ciExample:
298c2ecf20Sopenharmony_ci
308c2ecf20Sopenharmony_ciapmixedsys: clock-controller@10209000 {
318c2ecf20Sopenharmony_ci	compatible = "mediatek,mt8173-apmixedsys";
328c2ecf20Sopenharmony_ci	reg = <0 0x10209000 0 0x1000>;
338c2ecf20Sopenharmony_ci	#clock-cells = <1>;
348c2ecf20Sopenharmony_ci};
35