162306a36Sopenharmony_ciMediatek vencltsys controller
262306a36Sopenharmony_ci============================
362306a36Sopenharmony_ci
462306a36Sopenharmony_ciThe Mediatek vencltsys controller provides various clocks to the system.
562306a36Sopenharmony_ci
662306a36Sopenharmony_ciRequired Properties:
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci- compatible: Should be:
962306a36Sopenharmony_ci	- "mediatek,mt8173-vencltsys", "syscon"
1062306a36Sopenharmony_ci- #clock-cells: Must be 1
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ciThe vencltsys controller uses the common clk binding from
1362306a36Sopenharmony_ciDocumentation/devicetree/bindings/clock/clock-bindings.txt
1462306a36Sopenharmony_ciThe available clocks are defined in dt-bindings/clock/mt*-clk.h.
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ciExample:
1762306a36Sopenharmony_ci
1862306a36Sopenharmony_civencltsys: clock-controller@19000000 {
1962306a36Sopenharmony_ci	compatible = "mediatek,mt8173-vencltsys", "syscon";
2062306a36Sopenharmony_ci	reg = <0 0x19000000 0 0x1000>;
2162306a36Sopenharmony_ci	#clock-cells = <1>;
2262306a36Sopenharmony_ci};
23