summaryrefslogtreecommitdiff
path: root/extra/usb_updater/sweetberry.json
blob: 121ca0baf9780a39e15f4bb0199b90e536ba7e09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "Comment": "This file describes the updateable sections of the flash.",
  "board": "sweetberry",
  "vid": "0x18d1",
  "pid": "0x5020",
  "Comment on flash": "This is the base address of writeable flash",
  "flash": "0x8000000",
  "Comment on region format": "name: [baseoffset, length]",
  "regions": {
    "RW": ["0x10000", "0x10000"],
    "PSTATE": ["0xc000", "0x4000"],
    "RO": ["0x0000", "0xc000"]
  }
}