Merge remote-tracking branch 'clk/clk-next'
[deliverable/linux.git] / Documentation / devicetree / bindings / arm / mediatek / mediatek,apmixedsys.txt
CommitLineData
9eb67f10
SH
1Mediatek apmixedsys controller
2==============================
3
4The Mediatek apmixedsys controller provides the PLLs to the system.
5
6Required Properties:
7
6a588703
JL
8- compatible: Should be one of:
9 - "mediatek,mt2701-apmixedsys"
9eb67f10
SH
10 - "mediatek,mt8135-apmixedsys"
11 - "mediatek,mt8173-apmixedsys"
12- #clock-cells: Must be 1
13
14The apmixedsys controller uses the common clk binding from
15Documentation/devicetree/bindings/clock/clock-bindings.txt
16The available clocks are defined in dt-bindings/clock/mt*-clk.h.
17
18Example:
19
c4b6c26e 20apmixedsys: clock-controller@10209000 {
9eb67f10
SH
21 compatible = "mediatek,mt8173-apmixedsys";
22 reg = <0 0x10209000 0 0x1000>;
23 #clock-cells = <1>;
24};
This page took 0.085156 seconds and 5 git commands to generate.