1 Generic ARM big LITTLE cpufreq driver's DT glue
2 -----------------------------------------------
4 This is DT specific glue layer for generic cpufreq driver for big LITTLE
7 Both required and optional properties listed below must be defined
8 under node /cpus/cpu@x. Where x is the first cpu inside a cluster.
10 FIXME: Cpus should boot in the order specified in DT and all cpus for a cluster
11 must be present contiguously. Generic DT driver will check only node 'x' for
15 - operating-points: Refer to Documentation/devicetree/bindings/opp/opp.txt
19 - clock-latency: Specify the possible maximum transition latency for clock,
20 in unit of nanoseconds.
29 compatible = "arm,cortex-a15";
31 next-level-cache = <&L2>;
38 clock-latency = <61036>; /* two CLK32 periods */
42 compatible = "arm,cortex-a15";
44 next-level-cache = <&L2>;
48 compatible = "arm,cortex-a7";
50 next-level-cache = <&L2>;
57 clock-latency = <61036>; /* two CLK32 periods */
61 compatible = "arm,cortex-a7";
63 next-level-cache = <&L2>;