1 // SPDX-License-Identifier: GPL-2.0
3 * SAMSUNG EXYNOS5420 SoC cpu device tree source
5 * Copyright (c) 2015 Samsung Electronics Co., Ltd.
6 * http://www.samsung.com
8 * This file provides desired ordering for Exynos5420 and Exynos5800
9 * boards: CPU[0123] being the A15.
11 * The Exynos5420, 5422 and 5800 actually share the same CPU configuration
12 * but particular boards choose different booting order.
14 * Exynos5420 and Exynos5800 always boot from Cortex-A15. On Exynos5422
15 * booting cluster (big or LITTLE) is chosen by IROM code by reading
16 * the gpg2-1 GPIO. By default all Exynos5422 based boards choose booting
17 * from the LITTLE: Cortex-A7.
27 compatible = "arm,cortex-a15";
29 clocks = <&clock CLK_ARM_CLK>;
30 clock-frequency = <1800000000>;
31 cci-control-port = <&cci_control1>;
32 operating-points-v2 = <&cluster_a15_opp_table>;
33 cooling-min-level = <0>;
34 cooling-max-level = <11>;
35 #cooling-cells = <2>; /* min followed by max */
36 capacity-dmips-mhz = <1024>;
41 compatible = "arm,cortex-a15";
43 clock-frequency = <1800000000>;
44 cci-control-port = <&cci_control1>;
45 operating-points-v2 = <&cluster_a15_opp_table>;
46 cooling-min-level = <0>;
47 cooling-max-level = <11>;
48 #cooling-cells = <2>; /* min followed by max */
49 capacity-dmips-mhz = <1024>;
54 compatible = "arm,cortex-a15";
56 clock-frequency = <1800000000>;
57 cci-control-port = <&cci_control1>;
58 operating-points-v2 = <&cluster_a15_opp_table>;
59 cooling-min-level = <0>;
60 cooling-max-level = <11>;
61 #cooling-cells = <2>; /* min followed by max */
62 capacity-dmips-mhz = <1024>;
67 compatible = "arm,cortex-a15";
69 clock-frequency = <1800000000>;
70 cci-control-port = <&cci_control1>;
71 operating-points-v2 = <&cluster_a15_opp_table>;
72 cooling-min-level = <0>;
73 cooling-max-level = <11>;
74 #cooling-cells = <2>; /* min followed by max */
75 capacity-dmips-mhz = <1024>;
80 compatible = "arm,cortex-a7";
82 clocks = <&clock CLK_KFC_CLK>;
83 clock-frequency = <1000000000>;
84 cci-control-port = <&cci_control0>;
85 operating-points-v2 = <&cluster_a7_opp_table>;
86 cooling-min-level = <0>;
87 cooling-max-level = <7>;
88 #cooling-cells = <2>; /* min followed by max */
89 capacity-dmips-mhz = <539>;
94 compatible = "arm,cortex-a7";
96 clock-frequency = <1000000000>;
97 cci-control-port = <&cci_control0>;
98 operating-points-v2 = <&cluster_a7_opp_table>;
99 cooling-min-level = <0>;
100 cooling-max-level = <7>;
101 #cooling-cells = <2>; /* min followed by max */
102 capacity-dmips-mhz = <539>;
107 compatible = "arm,cortex-a7";
109 clock-frequency = <1000000000>;
110 cci-control-port = <&cci_control0>;
111 operating-points-v2 = <&cluster_a7_opp_table>;
112 cooling-min-level = <0>;
113 cooling-max-level = <7>;
114 #cooling-cells = <2>; /* min followed by max */
115 capacity-dmips-mhz = <539>;
120 compatible = "arm,cortex-a7";
122 clock-frequency = <1000000000>;
123 cci-control-port = <&cci_control0>;
124 operating-points-v2 = <&cluster_a7_opp_table>;
125 cooling-min-level = <0>;
126 cooling-max-level = <7>;
127 #cooling-cells = <2>; /* min followed by max */
128 capacity-dmips-mhz = <539>;
134 interrupt-affinity = <&cpu4>, <&cpu5>, <&cpu6>, <&cpu7>;
139 interrupt-affinity = <&cpu0>, <&cpu1>, <&cpu2>, <&cpu3>;