blob: 3e7ca5530775349371d8fb5543ef517f52f37901 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001Gated Clock Controller Bindings for MIPS based BCM63XX SoCs
2
3Required 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
18Example:
19
20clkctl: clock-controller@10000004 {
21 compatible = "brcm,bcm6328-clocks";
22 reg = <0x10000004 0x4>;
23 #clock-cells = <1>;
24};