Merge tag 'block-5.14-2021-08-07' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.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,bcm6318-clocks"
7          "brcm,bcm6318-ubus-clocks"
8          "brcm,bcm6328-clocks"
9          "brcm,bcm6358-clocks"
10          "brcm,bcm6362-clocks"
11          "brcm,bcm6368-clocks"
12          "brcm,bcm63268-clocks"
13
14 - reg: Address and length of the register set
15 - #clock-cells: must be <1>
16
17
18 Example:
19
20 clkctl: clock-controller@10000004 {
21         compatible = "brcm,bcm6328-clocks";
22         reg = <0x10000004 0x4>;
23         #clock-cells = <1>;
24 };