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.
22 Documentation/devicetree/bindings/thermal/thermal-cooling-devices.yaml.
31 compatible = "arm,cortex-a9";
33 next-level-cache = <&L2>;
40 clock-latency = <61036>; /* two CLK32 periods */
45 compatible = "arm,cortex-a9";
47 next-level-cache = <&L2>;
51 compatible = "arm,cortex-a9";
53 next-level-cache = <&L2>;
57 compatible = "arm,cortex-a9";
59 next-level-cache = <&L2>;