aboutsummaryrefslogtreecommitdiff
path: root/scripts/ethosumonitor/sample.json
blob: 537e95a76480b4961e6873a7581e1776261bc5bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "__comment__": [
        "'host' is the Linux physical address accessible from /dev/mem.",
        "'device' is the corresponding device address.",
        "'size' is the size in bytes of the memory region."
    ],
    "memoryMap": [
        {
            "host": "0x6cf00000",
            "device": "0x00000000",
            "size": "0x00400000"
        },
        {
            "host": "0x84000000",
            "device": "0x64000000",
            "size": "0x01000000"
        }
    ]
}