Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[linux-2.6-block.git] / Documentation / devicetree / bindings / clock / fujitsu,mb86s70-crg11.txt
CommitLineData
1ccdd04f
JB
1Fujitsu CRG11 clock driver bindings
2-----------------------------------
3
4Required properties :
5- compatible : Shall contain "fujitsu,mb86s70-crg11"
6- #clock-cells : Shall be 3 {cntrlr domain port}
7
8The consumer specifies the desired clock pointing to its phandle.
9
10Example:
11
12 clock: crg11 {
13 compatible = "fujitsu,mb86s70-crg11";
14 #clock-cells = <3>;
15 };
16
17 mhu: mhu0@2b1f0000 {
18 #mbox-cells = <1>;
19 compatible = "arm,mhu";
20 reg = <0 0x2B1F0000 0x1000>;
21 interrupts = <0 36 4>, /* LP Non-Sec */
22 <0 35 4>, /* HP Non-Sec */
23 <0 37 4>; /* Secure */
24 clocks = <&clock 0 2 1>; /* Cntrlr:0 Domain:2 Port:1 */
25 clock-names = "clk";
26 };