18c2ecf20Sopenharmony_ciMediatek vencltsys controller
28c2ecf20Sopenharmony_ci============================
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciThe Mediatek vencltsys controller provides various clocks to the system.
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciRequired Properties:
78c2ecf20Sopenharmony_ci
88c2ecf20Sopenharmony_ci- compatible: Should be:
98c2ecf20Sopenharmony_ci	- "mediatek,mt8173-vencltsys", "syscon"
108c2ecf20Sopenharmony_ci- #clock-cells: Must be 1
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ciThe vencltsys controller uses the common clk binding from
138c2ecf20Sopenharmony_ciDocumentation/devicetree/bindings/clock/clock-bindings.txt
148c2ecf20Sopenharmony_ciThe available clocks are defined in dt-bindings/clock/mt*-clk.h.
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ciExample:
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_civencltsys: clock-controller@19000000 {
198c2ecf20Sopenharmony_ci	compatible = "mediatek,mt8173-vencltsys", "syscon";
208c2ecf20Sopenharmony_ci	reg = <0 0x19000000 0 0x1000>;
218c2ecf20Sopenharmony_ci	#clock-cells = <1>;
228c2ecf20Sopenharmony_ci};
23