mediatek,hifsys.txt 611 B

123456789101112131415161718192021222324
  1. Mediatek hifsys controller
  2. ============================
  3. The Mediatek hifsys controller provides various clocks and reset
  4. outputs to the system.
  5. Required Properties:
  6. - compatible: Should be:
  7. - "mediatek,mt2701-hifsys", "syscon"
  8. - #clock-cells: Must be 1
  9. The hifsys 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. hifsys: clock-controller@1a000000 {
  14. compatible = "mediatek,mt2701-hifsys", "syscon";
  15. reg = <0 0x1a000000 0 0x1000>;
  16. #clock-cells = <1>;
  17. #reset-cells = <1>;
  18. };