3 It is a generic DT based cpufreq driver for frequency management. It supports
4 both uniprocessor (UP) and symmetric multiprocessor (SMP) systems which share
5 clock and voltage across all CPUs.
7 Both required and optional properties listed below must be defined
8 under node /cpus/cpu@0.
14 - operating-points: Refer to Documentation/devicetree/bindings/opp/opp.txt for
15 details. OPPs *must* be supplied either via DT, i.e. this property, or
17 - clock-latency: Specify the possible maximum transition latency for clock,
18 in unit of nanoseconds.
19 - voltage-tolerance: Specify the CPU voltage tolerance in percentage.
23 Please refer to Documentation/devicetree/bindings/thermal/thermal.txt.
32 compatible = "arm,cortex-a9";
34 next-level-cache = <&L2>;
41 clock-latency = <61036>; /* two CLK32 periods */
43 cooling-min-level = <0>;
44 cooling-max-level = <2>;
48 compatible = "arm,cortex-a9";
50 next-level-cache = <&L2>;
54 compatible = "arm,cortex-a9";
56 next-level-cache = <&L2>;
60 compatible = "arm,cortex-a9";
62 next-level-cache = <&L2>;