18c2ecf20Sopenharmony_ciMediatek vcodecsys controller 28c2ecf20Sopenharmony_ci============================ 38c2ecf20Sopenharmony_ci 48c2ecf20Sopenharmony_ciThe Mediatek vcodecsys controller provides various clocks to the system. 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciRequired Properties: 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci- compatible: Should be one of: 98c2ecf20Sopenharmony_ci - "mediatek,mt6765-vcodecsys", "syscon" 108c2ecf20Sopenharmony_ci- #clock-cells: Must be 1 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ciThe vcodecsys 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_ciThe vcodecsys controller also uses the common power domain from 178c2ecf20Sopenharmony_ciDocumentation/devicetree/bindings/soc/mediatek/scpsys.txt 188c2ecf20Sopenharmony_ciThe available power doamins are defined in dt-bindings/power/mt*-power.h. 198c2ecf20Sopenharmony_ci 208c2ecf20Sopenharmony_ciExample: 218c2ecf20Sopenharmony_ci 228c2ecf20Sopenharmony_civenc_gcon: clock-controller@17000000 { 238c2ecf20Sopenharmony_ci compatible = "mediatek,mt6765-vcodecsys", "syscon"; 248c2ecf20Sopenharmony_ci reg = <0 0x17000000 0 0x10000>; 258c2ecf20Sopenharmony_ci power-domains = <&scpsys MT6765_POWER_DOMAIN_VCODEC>; 268c2ecf20Sopenharmony_ci #clock-cells = <1>; 278c2ecf20Sopenharmony_ci}; 28