Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1Gated Clock Controller Bindings for MIPS based BCM63XX SoCs
2
3Required 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
16Example:
17
18clkctl: clock-controller@10000004 {
19 compatible = "brcm,bcm6328-clocks";
20 reg = <0x10000004 0x4>;
21 #clock-cells = <1>;
22};