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