]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/clock/fujitsu,mb86s70-crg11.txt
Merge remote-tracking branch 'kgdb/kgdb-next'
[karo-tx-linux.git] / Documentation / devicetree / bindings / clock / fujitsu,mb86s70-crg11.txt
1 Fujitsu CRG11 clock driver bindings
2 -----------------------------------
3
4 Required properties :
5 - compatible : Shall contain "fujitsu,mb86s70-crg11"
6 - #clock-cells : Shall be 3 {cntrlr domain port}
7
8 The consumer specifies the desired clock pointing to its phandle.
9
10 Example:
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         };