0001 MediaTek SGMIISYS controller
0002 ============================
0003
0004 The MediaTek SGMIISYS controller provides various clocks to the system.
0005
0006 Required Properties:
0007
0008 - compatible: Should be:
0009 - "mediatek,mt7622-sgmiisys", "syscon"
0010 - "mediatek,mt7629-sgmiisys", "syscon"
0011 - "mediatek,mt7986-sgmiisys_0", "syscon"
0012 - "mediatek,mt7986-sgmiisys_1", "syscon"
0013 - #clock-cells: Must be 1
0014
0015 The SGMIISYS 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 sgmiisys: sgmiisys@1b128000 {
0022 compatible = "mediatek,mt7622-sgmiisys", "syscon";
0023 reg = <0 0x1b128000 0 0x1000>;
0024 #clock-cells = <1>;
0025 };