diff --git a/libs/utils/platforms/pixel.json b/libs/utils/platforms/pixel.json new file mode 100644 index 0000000000000000000000000000000000000000..b11aa24ff22cc5e75d1602c55c681ccc8c3bcec8 --- /dev/null +++ b/libs/utils/platforms/pixel.json @@ -0,0 +1,29 @@ +{ + "board" : { + "cores" : [ + "Silver", "Silver", "Gold", "Gold" + ], + "big_core" : "Gold", + "modules" : ["bl", "cpufreq"] + }, + "nrg_model" : { + "little" : { + "cpu" : { + "nrg_max" : 925, + "cap_max" : 763, + }, + "cluster" : { + "nrg_max" : 52 + } + }, + "big": { + "cpu" : { + "nrg_max" : 1715, + "cap_max" : 1024 + }, + "cluster" : { + "nrg_max" : 96 + } + } + } +}