18c2ecf20Sopenharmony_ciGated Clock Controller Bindings for MIPS based BCM63XX SoCs
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ciRequired properties:
48c2ecf20Sopenharmony_ci- compatible: must be one of:
58c2ecf20Sopenharmony_ci	 "brcm,bcm3368-clocks"
68c2ecf20Sopenharmony_ci	 "brcm,bcm6318-clocks"
78c2ecf20Sopenharmony_ci	 "brcm,bcm6318-ubus-clocks"
88c2ecf20Sopenharmony_ci	 "brcm,bcm6328-clocks"
98c2ecf20Sopenharmony_ci	 "brcm,bcm6358-clocks"
108c2ecf20Sopenharmony_ci	 "brcm,bcm6362-clocks"
118c2ecf20Sopenharmony_ci	 "brcm,bcm6368-clocks"
128c2ecf20Sopenharmony_ci	 "brcm,bcm63268-clocks"
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci- reg: Address and length of the register set
158c2ecf20Sopenharmony_ci- #clock-cells: must be <1>
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ciExample:
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ciclkctl: clock-controller@10000004 {
218c2ecf20Sopenharmony_ci	compatible = "brcm,bcm6328-clocks";
228c2ecf20Sopenharmony_ci	reg = <0x10000004 0x4>;
238c2ecf20Sopenharmony_ci	#clock-cells = <1>;
248c2ecf20Sopenharmony_ci};
25