summaryrefslogtreecommitdiff
path: root/extra/usb_updater/servo_micro.json
blob: 71b1fd25dc8e0524c3b813bd64d86b159d1e47e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "Comment": "This file describes the updateable sections of the flash.",
  "board": "servo_micro",
  "vid": "0x18d1",
  "pid": "0x501a",
  "console": "3",
  "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": ["0xf000", "0x1000"],
    "RO": ["0x0000", "0xf000"]
  }
}