Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[deliverable/linux.git] / arch / arm / boot / dts / exynos5422-cpus.dtsi
CommitLineData
df09df6f
CP
1/*
2 * SAMSUNG EXYNOS5422 SoC cpu device tree source
3 *
4 * Copyright (c) 2015 Samsung Electronics Co., Ltd.
5 * http://www.samsung.com
6 *
4f0d20ec 7 * This file provides desired ordering for Exynos5422: CPU[0123] being the A7.
df09df6f 8 *
4f0d20ec
KK
9 * The Exynos5420, 5422 and 5800 actually share the same CPU configuration
10 * but particular boards choose different booting order.
11 *
12 * Exynos5420 and Exynos5800 always boot from Cortex-A15. On Exynos5422
13 * booting cluster (big or LITTLE) is chosen by IROM code by reading
14 * the gpg2-1 GPIO. By default all Exynos5422 based boards choose booting
15 * from the LITTLE: Cortex-A7.
df09df6f
CP
16 *
17 * This program is free software; you can redistribute it and/or modify
18 * it under the terms of the GNU General Public License version 2 as
19 * published by the Free Software Foundation.
20 */
21
4f0d20ec
KK
22/ {
23 cpus {
24 #address-cells = <1>;
25 #size-cells = <0>;
df09df6f 26
4f0d20ec
KK
27 cpu0: cpu@100 {
28 device_type = "cpu";
29 compatible = "arm,cortex-a7";
30 reg = <0x100>;
66a4a1fb 31 clocks = <&clock CLK_KFC_CLK>;
4f0d20ec
KK
32 clock-frequency = <1000000000>;
33 cci-control-port = <&cci_control0>;
66a4a1fb 34 operating-points-v2 = <&cluster_a7_opp_table>;
3b93fc0f
KK
35 cooling-min-level = <0>;
36 cooling-max-level = <11>;
37 #cooling-cells = <2>; /* min followed by max */
4f0d20ec 38 };
df09df6f 39
4f0d20ec
KK
40 cpu1: cpu@101 {
41 device_type = "cpu";
42 compatible = "arm,cortex-a7";
43 reg = <0x101>;
44 clock-frequency = <1000000000>;
45 cci-control-port = <&cci_control0>;
66a4a1fb 46 operating-points-v2 = <&cluster_a7_opp_table>;
3b93fc0f
KK
47 cooling-min-level = <0>;
48 cooling-max-level = <11>;
49 #cooling-cells = <2>; /* min followed by max */
4f0d20ec 50 };
df09df6f 51
4f0d20ec
KK
52 cpu2: cpu@102 {
53 device_type = "cpu";
54 compatible = "arm,cortex-a7";
55 reg = <0x102>;
56 clock-frequency = <1000000000>;
57 cci-control-port = <&cci_control0>;
66a4a1fb 58 operating-points-v2 = <&cluster_a7_opp_table>;
3b93fc0f
KK
59 cooling-min-level = <0>;
60 cooling-max-level = <11>;
61 #cooling-cells = <2>; /* min followed by max */
4f0d20ec 62 };
df09df6f 63
4f0d20ec
KK
64 cpu3: cpu@103 {
65 device_type = "cpu";
66 compatible = "arm,cortex-a7";
67 reg = <0x103>;
68 clock-frequency = <1000000000>;
69 cci-control-port = <&cci_control0>;
66a4a1fb 70 operating-points-v2 = <&cluster_a7_opp_table>;
3b93fc0f
KK
71 cooling-min-level = <0>;
72 cooling-max-level = <11>;
73 #cooling-cells = <2>; /* min followed by max */
4f0d20ec 74 };
df09df6f 75
4f0d20ec
KK
76 cpu4: cpu@0 {
77 device_type = "cpu";
78 compatible = "arm,cortex-a15";
66a4a1fb 79 clocks = <&clock CLK_ARM_CLK>;
4f0d20ec
KK
80 reg = <0x0>;
81 clock-frequency = <1800000000>;
82 cci-control-port = <&cci_control1>;
66a4a1fb 83 operating-points-v2 = <&cluster_a15_opp_table>;
3b93fc0f
KK
84 cooling-min-level = <0>;
85 cooling-max-level = <15>;
86 #cooling-cells = <2>; /* min followed by max */
4f0d20ec 87 };
df09df6f 88
4f0d20ec
KK
89 cpu5: cpu@1 {
90 device_type = "cpu";
91 compatible = "arm,cortex-a15";
92 reg = <0x1>;
93 clock-frequency = <1800000000>;
94 cci-control-port = <&cci_control1>;
66a4a1fb 95 operating-points-v2 = <&cluster_a15_opp_table>;
3b93fc0f
KK
96 cooling-min-level = <0>;
97 cooling-max-level = <15>;
98 #cooling-cells = <2>; /* min followed by max */
4f0d20ec
KK
99 };
100
101 cpu6: cpu@2 {
102 device_type = "cpu";
103 compatible = "arm,cortex-a15";
104 reg = <0x2>;
105 clock-frequency = <1800000000>;
106 cci-control-port = <&cci_control1>;
66a4a1fb 107 operating-points-v2 = <&cluster_a15_opp_table>;
3b93fc0f
KK
108 cooling-min-level = <0>;
109 cooling-max-level = <15>;
110 #cooling-cells = <2>; /* min followed by max */
4f0d20ec 111 };
df09df6f 112
4f0d20ec
KK
113 cpu7: cpu@3 {
114 device_type = "cpu";
115 compatible = "arm,cortex-a15";
116 reg = <0x3>;
117 clock-frequency = <1800000000>;
118 cci-control-port = <&cci_control1>;
66a4a1fb 119 operating-points-v2 = <&cluster_a15_opp_table>;
3b93fc0f
KK
120 cooling-min-level = <0>;
121 cooling-max-level = <15>;
122 #cooling-cells = <2>; /* min followed by max */
4f0d20ec
KK
123 };
124 };
df09df6f 125};
This page took 0.078746 seconds and 5 git commands to generate.