Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / Documentation / devicetree / bindings / arm / mediatek / mediatek,infracfg.txt
blob566f153f9f83b29ef7677ea7cd8412486e4154d4
1 Mediatek infracfg controller
2 ============================
4 The Mediatek infracfg controller provides various clocks and reset
5 outputs to the system.
7 Required Properties:
9 - compatible: Should be one of:
10         - "mediatek,mt2701-infracfg", "syscon"
11         - "mediatek,mt2712-infracfg", "syscon"
12         - "mediatek,mt6797-infracfg", "syscon"
13         - "mediatek,mt7622-infracfg", "syscon"
14         - "mediatek,mt8135-infracfg", "syscon"
15         - "mediatek,mt8173-infracfg", "syscon"
16 - #clock-cells: Must be 1
17 - #reset-cells: Must be 1
19 The infracfg controller uses the common clk binding from
20 Documentation/devicetree/bindings/clock/clock-bindings.txt
21 The available clocks are defined in dt-bindings/clock/mt*-clk.h.
22 Also it uses the common reset controller binding from
23 Documentation/devicetree/bindings/reset/reset.txt.
24 The available reset outputs are defined in
25 dt-bindings/reset/mt*-resets.h
27 Example:
29 infracfg: power-controller@10001000 {
30         compatible = "mediatek,mt8173-infracfg", "syscon";
31         reg = <0 0x10001000 0 0x1000>;
32         #clock-cells = <1>;
33         #reset-cells = <1>;