| Generic CPU0 cpufreq driver |
| It is a generic cpufreq driver for CPU0 frequency management. It |
| supports both uniprocessor (UP) and symmetric multiprocessor (SMP) |
| systems which share clock and voltage across all CPUs. |
| Both required and optional properties listed below must be defined |
| - operating-points: Refer to Documentation/devicetree/bindings/power/opp.txt |
| - clock-latency: Specify the possible maximum transition latency for clock, |
| - voltage-tolerance: Specify the CPU voltage tolerance in percentage. |
| Please refer to Documentation/devicetree/bindings/thermal/thermal.txt. |
| compatible = "arm,cortex-a9"; |
| next-level-cache = <&L2>; |
| clock-latency = <61036>; /* two CLK32 periods */ |
| compatible = "arm,cortex-a9"; |
| next-level-cache = <&L2>; |
| compatible = "arm,cortex-a9"; |
| next-level-cache = <&L2>; |
| compatible = "arm,cortex-a9"; |
| next-level-cache = <&L2>; |