2015-07-30 23:11:00 +09:00
/*
* SAMSUNG EXYNOS5422 SoC cpu device tree source
*
* Copyright (c) 2015 Samsung Electronics Co., Ltd.
* http://www.samsung.com
*
2015-12-11 15:05:56 +09:00
* This file provides desired ordering for Exynos5422: CPU[0123] being the A7.
2015-07-30 23:11:00 +09:00
*
2015-12-11 15:05:56 +09:00
* The Exynos5420, 5422 and 5800 actually share the same CPU configuration
* but particular boards choose different booting order.
*
* Exynos5420 and Exynos5800 always boot from Cortex-A15. On Exynos5422
* booting cluster (big or LITTLE) is chosen by IROM code by reading
* the gpg2-1 GPIO. By default all Exynos5422 based boards choose booting
* from the LITTLE: Cortex-A7.
2015-07-30 23:11:00 +09:00
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
2015-12-11 15:05:56 +09:00
/ {
cpus {
#address-cells = <1>;
#size-cells = <0>;
2015-07-30 23:11:00 +09:00
2015-12-11 15:05:56 +09:00
cpu0: cpu@100 {
device_type = "cpu";
compatible = "arm,cortex-a7";
reg = <0x100>;
2015-12-15 18:33:17 +01:00
clocks = <&clock CLK_KFC_CLK>;
2015-12-11 15:05:56 +09:00
clock-frequency = <1000000000>;
cci-control-port = <&cci_control0>;
2015-12-15 18:33:17 +01:00
operating-points-v2 = <&cluster_a7_opp_table>;
2016-02-18 14:13:02 +09:00
cooling-min-level = <0>;
cooling-max-level = <11>;
#cooling-cells = <2>; /* min followed by max */
2015-12-11 15:05:56 +09:00
};
2015-07-30 23:11:00 +09:00
2015-12-11 15:05:56 +09:00
cpu1: cpu@101 {
device_type = "cpu";
compatible = "arm,cortex-a7";
reg = <0x101>;
clock-frequency = <1000000000>;
cci-control-port = <&cci_control0>;
2015-12-15 18:33:17 +01:00
operating-points-v2 = <&cluster_a7_opp_table>;
2016-02-18 14:13:02 +09:00
cooling-min-level = <0>;
cooling-max-level = <11>;
#cooling-cells = <2>; /* min followed by max */
2015-12-11 15:05:56 +09:00
};
2015-07-30 23:11:00 +09:00
2015-12-11 15:05:56 +09:00
cpu2: cpu@102 {
device_type = "cpu";
compatible = "arm,cortex-a7";
reg = <0x102>;
clock-frequency = <1000000000>;
cci-control-port = <&cci_control0>;
2015-12-15 18:33:17 +01:00
operating-points-v2 = <&cluster_a7_opp_table>;
2016-02-18 14:13:02 +09:00
cooling-min-level = <0>;
cooling-max-level = <11>;
#cooling-cells = <2>; /* min followed by max */
2015-12-11 15:05:56 +09:00
};
2015-07-30 23:11:00 +09:00
2015-12-11 15:05:56 +09:00
cpu3: cpu@103 {
device_type = "cpu";
compatible = "arm,cortex-a7";
reg = <0x103>;
clock-frequency = <1000000000>;
cci-control-port = <&cci_control0>;
2015-12-15 18:33:17 +01:00
operating-points-v2 = <&cluster_a7_opp_table>;
2016-02-18 14:13:02 +09:00
cooling-min-level = <0>;
cooling-max-level = <11>;
#cooling-cells = <2>; /* min followed by max */
2015-12-11 15:05:56 +09:00
};
2015-07-30 23:11:00 +09:00
2015-12-11 15:05:56 +09:00
cpu4: cpu@0 {
device_type = "cpu";
compatible = "arm,cortex-a15";
2015-12-15 18:33:17 +01:00
clocks = <&clock CLK_ARM_CLK>;
2015-12-11 15:05:56 +09:00
reg = <0x0>;
clock-frequency = <1800000000>;
cci-control-port = <&cci_control1>;
2015-12-15 18:33:17 +01:00
operating-points-v2 = <&cluster_a15_opp_table>;
2016-02-18 14:13:02 +09:00
cooling-min-level = <0>;
cooling-max-level = <15>;
#cooling-cells = <2>; /* min followed by max */
2015-12-11 15:05:56 +09:00
};
2015-07-30 23:11:00 +09:00
2015-12-11 15:05:56 +09:00
cpu5: cpu@1 {
device_type = "cpu";
compatible = "arm,cortex-a15";
reg = <0x1>;
clock-frequency = <1800000000>;
cci-control-port = <&cci_control1>;
2015-12-15 18:33:17 +01:00
operating-points-v2 = <&cluster_a15_opp_table>;
2016-02-18 14:13:02 +09:00
cooling-min-level = <0>;
cooling-max-level = <15>;
#cooling-cells = <2>; /* min followed by max */
2015-12-11 15:05:56 +09:00
};
cpu6: cpu@2 {
device_type = "cpu";
compatible = "arm,cortex-a15";
reg = <0x2>;
clock-frequency = <1800000000>;
cci-control-port = <&cci_control1>;
2015-12-15 18:33:17 +01:00
operating-points-v2 = <&cluster_a15_opp_table>;
2016-02-18 14:13:02 +09:00
cooling-min-level = <0>;
cooling-max-level = <15>;
#cooling-cells = <2>; /* min followed by max */
2015-12-11 15:05:56 +09:00
};
2015-07-30 23:11:00 +09:00
2015-12-11 15:05:56 +09:00
cpu7: cpu@3 {
device_type = "cpu";
compatible = "arm,cortex-a15";
reg = <0x3>;
clock-frequency = <1800000000>;
cci-control-port = <&cci_control1>;
2015-12-15 18:33:17 +01:00
operating-points-v2 = <&cluster_a15_opp_table>;
2016-02-18 14:13:02 +09:00
cooling-min-level = <0>;
cooling-max-level = <15>;
#cooling-cells = <2>; /* min followed by max */
2015-12-11 15:05:56 +09:00
};
};
2015-07-30 23:11:00 +09:00
};