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