{
    "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
            }
        }
    }
}