2 Exynos5440 cpufreq driver
5 Exynos5440 SoC cpufreq driver for CPU frequency scaling.
8 - interrupts: Interrupt to know the completion of cpu frequency change.
9 - operating-points: Table of frequencies and voltage CPU could be transitioned into,
10 in the decreasing order. Frequency should be in KHz units and voltage
11 should be in microvolts.
14 - clock-latency: Clock monitor latency in microsecond.
16 All the required listed above must be defined under node cpufreq.
21 compatible = "samsung,exynos5440-cpufreq";
22 reg = <0x160000 0x1000>;
23 interrupts = <0 57 0>;
27 clock-latency = <100000>;