Merge tag 'nfs-for-5.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / clock / brcm,bcm63xx-clocks.txt
1 Gated Clock Controller Bindings for MIPS based BCM63XX SoCs
2
3 Required properties:
4 - compatible: must be one of:
5          "brcm,bcm3368-clocks"
6          "brcm,bcm6328-clocks"
7          "brcm,bcm6358-clocks"
8          "brcm,bcm6362-clocks"
9          "brcm,bcm6368-clocks"
10          "brcm,bcm63268-clocks"
11
12 - reg: Address and length of the register set
13 - #clock-cells: must be <1>
14
15
16 Example:
17
18 clkctl: clock-controller@10000004 {
19         compatible = "brcm,bcm6328-clocks";
20         reg = <0x10000004 0x4>;
21         #clock-cells = <1>;
22 };