blob: 537e95a76480b4961e6873a7581e1776261bc5bc [file] [log] [blame]
Kristofer Jonssone56b6e42022-09-29 11:52:22 +02001{
2 "__comment__": [
3 "'host' is the Linux physical address accessible from /dev/mem.",
4 "'device' is the corresponding device address.",
5 "'size' is the size in bytes of the memory region."
6 ],
7 "memoryMap": [
8 {
9 "host": "0x6cf00000",
10 "device": "0x00000000",
11 "size": "0x00400000"
12 },
13 {
14 "host": "0x84000000",
15 "device": "0x64000000",
16 "size": "0x01000000"
17 }
18 ]
19}