aboutsummaryrefslogtreecommitdiff
path: root/libs/utils/platforms/juno.json
blob: 053831990ed2a09589872dbdc074467af38c8e1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
    "abi": "arm64",
    "clusters": {
        "big": [1, 2],
        "little": [0, 3, 4, 5]},
    "cpus_count": 6,
    "freqs": {
        "big": [450000, 625000, 800000, 950000, 1100000],
        "little": [450000, 575000, 700000, 775000, 850000]
    },
    "topology": [
        [0, 3, 4, 5], [1, 2]
    ],
    "nrg_model" : {
        "little" : {
            "cpu" : {
                "nrg_max" :   93,
                "cap_max" :  447
            },
            "cluster" : {
                "nrg_max" :   57
            }
        },
        "big": {
            "cpu" : {
                "nrg_max" :  616,
                "cap_max" : 1024
            },
            "cluster" : {
                "nrg_max" :   64
            }
        }
    }
}