mediatek,topckgen.txt 731 B

123456789101112131415161718192021222324252627
  1. Mediatek topckgen controller
  2. ============================
  3. The Mediatek topckgen controller provides various clocks to the system.
  4. Required Properties:
  5. - compatible: Should be one of:
  6. - "mediatek,mt2701-topckgen"
  7. - "mediatek,mt2712-topckgen", "syscon"
  8. - "mediatek,mt6797-topckgen"
  9. - "mediatek,mt7622-topckgen"
  10. - "mediatek,mt8135-topckgen"
  11. - "mediatek,mt8173-topckgen"
  12. - #clock-cells: Must be 1
  13. The topckgen controller uses the common clk binding from
  14. Documentation/devicetree/bindings/clock/clock-bindings.txt
  15. The available clocks are defined in dt-bindings/clock/mt*-clk.h.
  16. Example:
  17. topckgen: power-controller@10000000 {
  18. compatible = "mediatek,mt8173-topckgen";
  19. reg = <0 0x10000000 0 0x1000>;
  20. #clock-cells = <1>;
  21. };