mediatek,bdpsys.txt 610 B

1234567891011121314151617181920212223
  1. Mediatek bdpsys controller
  2. ============================
  3. The Mediatek bdpsys controller provides various clocks to the system.
  4. Required Properties:
  5. - compatible: Should be:
  6. - "mediatek,mt2701-bdpsys", "syscon"
  7. - "mediatek,mt2712-bdpsys", "syscon"
  8. - #clock-cells: Must be 1
  9. The bdpsys controller uses the common clk binding from
  10. Documentation/devicetree/bindings/clock/clock-bindings.txt
  11. The available clocks are defined in dt-bindings/clock/mt*-clk.h.
  12. Example:
  13. bdpsys: clock-controller@1c000000 {
  14. compatible = "mediatek,mt2701-bdpsys", "syscon";
  15. reg = <0 0x1c000000 0 0x1000>;
  16. #clock-cells = <1>;
  17. };