Merge tag 'pinctrl-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[linux-2.6-block.git] / Documentation / devicetree / bindings / arm / mediatek / mediatek,pericfg.txt
CommitLineData
9eb67f10
SH
1Mediatek pericfg controller
2===========================
3
4The Mediatek pericfg controller provides various clocks and reset
5outputs to the system.
6
7Required Properties:
8
6a588703
JL
9- compatible: Should be one of:
10 - "mediatek,mt2701-pericfg", "syscon"
9eb67f10
SH
11 - "mediatek,mt8135-pericfg", "syscon"
12 - "mediatek,mt8173-pericfg", "syscon"
13- #clock-cells: Must be 1
14- #reset-cells: Must be 1
15
16The pericfg controller uses the common clk binding from
17Documentation/devicetree/bindings/clock/clock-bindings.txt
18The available clocks are defined in dt-bindings/clock/mt*-clk.h.
19Also it uses the common reset controller binding from
20Documentation/devicetree/bindings/reset/reset.txt.
21The available reset outputs are defined in
967313e2 22dt-bindings/reset/mt*-resets.h
9eb67f10
SH
23
24Example:
25
c4b6c26e 26pericfg: power-controller@10003000 {
9eb67f10
SH
27 compatible = "mediatek,mt8173-pericfg", "syscon";
28 reg = <0 0x10003000 0 0x1000>;
29 #clock-cells = <1>;
30 #reset-cells = <1>;
31};