Linux-libre 5.3.12-gnu
[librecmc/linux-libre.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 };