xref: /freebsd/sys/contrib/device-tree/Bindings/arm/mediatek/mediatek,vencsys.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotMediatek vencsys controller
2*c66ec88fSEmmanuel Vadot============================
3*c66ec88fSEmmanuel Vadot
4*c66ec88fSEmmanuel VadotThe Mediatek vencsys controller provides various clocks to the system.
5*c66ec88fSEmmanuel Vadot
6*c66ec88fSEmmanuel VadotRequired Properties:
7*c66ec88fSEmmanuel Vadot
8*c66ec88fSEmmanuel Vadot- compatible: Should be one of:
9*c66ec88fSEmmanuel Vadot	- "mediatek,mt2712-vencsys", "syscon"
10*c66ec88fSEmmanuel Vadot	- "mediatek,mt6779-vencsys", "syscon"
11*c66ec88fSEmmanuel Vadot	- "mediatek,mt6797-vencsys", "syscon"
12*c66ec88fSEmmanuel Vadot	- "mediatek,mt8173-vencsys", "syscon"
13*c66ec88fSEmmanuel Vadot	- "mediatek,mt8183-vencsys", "syscon"
14*c66ec88fSEmmanuel Vadot- #clock-cells: Must be 1
15*c66ec88fSEmmanuel Vadot
16*c66ec88fSEmmanuel VadotThe vencsys controller uses the common clk binding from
17*c66ec88fSEmmanuel VadotDocumentation/devicetree/bindings/clock/clock-bindings.txt
18*c66ec88fSEmmanuel VadotThe available clocks are defined in dt-bindings/clock/mt*-clk.h.
19*c66ec88fSEmmanuel Vadot
20*c66ec88fSEmmanuel VadotExample:
21*c66ec88fSEmmanuel Vadot
22*c66ec88fSEmmanuel Vadotvencsys: clock-controller@18000000 {
23*c66ec88fSEmmanuel Vadot	compatible = "mediatek,mt8173-vencsys", "syscon";
24*c66ec88fSEmmanuel Vadot	reg = <0 0x18000000 0 0x1000>;
25*c66ec88fSEmmanuel Vadot	#clock-cells = <1>;
26*c66ec88fSEmmanuel Vadot};
27