aboutsummaryrefslogtreecommitdiff
path: root/libs/utils/platforms/hikey960.json
diff options
context:
space:
mode:
Diffstat (limited to 'libs/utils/platforms/hikey960.json')
-rw-r--r--libs/utils/platforms/hikey960.json76
1 files changed, 76 insertions, 0 deletions
diff --git a/libs/utils/platforms/hikey960.json b/libs/utils/platforms/hikey960.json
new file mode 100644
index 0000000..229b8d6
--- /dev/null
+++ b/libs/utils/platforms/hikey960.json
@@ -0,0 +1,76 @@
+{
+ "board" : {
+ "cores" : [
+ "A53", "A53", "A53", "A53",
+ "A73", "A73", "A73", "A73"
+ ],
+ "big_core" : "A73",
+ "modules" : ["bl", "cpufreq", "cpuidle"]
+ },
+ "nrg_model": {
+ "big": {
+ "cluster": {
+ "nrg_max": 413
+ },
+ "cpu": {
+ "cap_max": 1023,
+ "nrg_max": 1214
+ }
+ },
+ "little": {
+ "cluster": {
+ "nrg_max": 84
+ },
+ "cpu": {
+ "cap_max": 402,
+ "nrg_max": 242
+ }
+ }
+ },
+ "abi": "arm64",
+ "clusters": {
+ "0": [
+ 0,
+ 1,
+ 2,
+ 3
+ ],
+ "1": [
+ 4,
+ 5,
+ 6,
+ 7
+ ]
+ },
+ "cpus_count": 8,
+ "freqs": {
+ "0": [
+ 533000,
+ 999000,
+ 1402000,
+ 1709000,
+ 1844000
+ ],
+ "1": [
+ 903000,
+ 1421000,
+ 1805000,
+ 2112000,
+ 2362000
+ ]
+ },
+ "topology": [
+ [
+ 0,
+ 1,
+ 2,
+ 3
+ ],
+ [
+ 4,
+ 5,
+ 6,
+ 7
+ ]
+ ]
+}