WIP FPC-III support
[linux/fpc-iii.git] / Documentation / devicetree / bindings / arm / mediatek / mediatek,ethsys.txt
blob6b7e8067e7aa5d2e5067da31573c57c9e990f1e6
1 Mediatek ethsys controller
2 ============================
4 The Mediatek ethsys controller provides various clocks to the system.
6 Required Properties:
8 - compatible: Should be:
9         - "mediatek,mt2701-ethsys", "syscon"
10         - "mediatek,mt7622-ethsys", "syscon"
11         - "mediatek,mt7623-ethsys", "mediatek,mt2701-ethsys", "syscon"
12         - "mediatek,mt7629-ethsys", "syscon"
13 - #clock-cells: Must be 1
14 - #reset-cells: Must be 1
16 The ethsys controller uses the common clk binding from
17 Documentation/devicetree/bindings/clock/clock-bindings.txt
18 The available clocks are defined in dt-bindings/clock/mt*-clk.h.
20 Example:
22 ethsys: clock-controller@1b000000 {
23         compatible = "mediatek,mt2701-ethsys", "syscon";
24         reg = <0 0x1b000000 0 0x1000>;
25         #clock-cells = <1>;
26         #reset-cells = <1>;