1 * Samsung Exynos5440 Clock Controller
3 The Exynos5440 clock controller generates and supplies clock to various
4 controllers within the Exynos5440 SoC.
8 - compatible: should be "samsung,exynos5440-clock".
10 - reg: physical base address of the controller and length of memory mapped
13 - #clock-cells: should be 1.
15 The following is the list of clocks generated by the controller. Each clock is
16 assigned an identifier and client nodes use this identifier to specify the
17 clock which they consume.
23 ----------------------------
28 [Peripheral Clock Gates]
31 ----------------------------
55 Example: An example of a clock controller node is listed below.
57 clock: clock-controller@0x10010000 {
58 compatible = "samsung,exynos5440-clock";
59 reg = <0x160000 0x10000>;