aboutsummaryrefslogtreecommitdiff
path: root/libs/utils/platforms/cros-kevin.json
diff options
context:
space:
mode:
Diffstat (limited to 'libs/utils/platforms/cros-kevin.json')
-rw-r--r--libs/utils/platforms/cros-kevin.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/libs/utils/platforms/cros-kevin.json b/libs/utils/platforms/cros-kevin.json
new file mode 100644
index 0000000..3e1f9e5
--- /dev/null
+++ b/libs/utils/platforms/cros-kevin.json
@@ -0,0 +1,30 @@
+{
+ "board" : {
+ "cores" : [
+ "A53", "A53", "A53", "A53",
+ "A72", "A72"
+ ],
+ "big_core" : "A72",
+ "modules" : ["bl", "cpufreq", "cpuidle"]
+ },
+ "nrg_model": {
+ "big": {
+ "cluster": {
+ "nrg_max": 78
+ },
+ "cpu": {
+ "cap_max": 1024,
+ "nrg_max": 1893
+ }
+ },
+ "little": {
+ "cluster": {
+ "nrg_max": 56
+ },
+ "cpu": {
+ "cap_max": 472,
+ "nrg_max": 215
+ }
+ }
+ }
+}