0001 Mediatek hifsys controller
0002 ============================
0003
0004 The Mediatek hifsys controller provides various clocks and reset
0005 outputs to the system.
0006
0007 Required Properties:
0008
0009 - compatible: Should be:
0010 - "mediatek,mt2701-hifsys", "syscon"
0011 - "mediatek,mt7622-hifsys", "syscon"
0012 - "mediatek,mt7623-hifsys", "mediatek,mt2701-hifsys", "syscon"
0013 - #clock-cells: Must be 1
0014
0015 The hifsys controller uses the common clk binding from
0016 Documentation/devicetree/bindings/clock/clock-bindings.txt
0017 The available clocks are defined in dt-bindings/clock/mt*-clk.h.
0018
0019 Example:
0020
0021 hifsys: clock-controller@1a000000 {
0022 compatible = "mediatek,mt2701-hifsys", "syscon";
0023 reg = <0 0x1a000000 0 0x1000>;
0024 #clock-cells = <1>;
0025 #reset-cells = <1>;
0026 };