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