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