EMPTY_0:
  address: 0xff000
  end_address: 0xff800
  placement:
    after:
    - zms_storage
  region: flash_primary
  size: 0x800
EMPTY_1:
  address: 0xfa000
  end_address: 0xfb000
  placement:
    after:
    - mcuboot_secondary
  region: flash_primary
  size: 0x1000
app:
  address: 0x10800
  end_address: 0x85000
  region: flash_primary
  size: 0x74800
bootconf:
  address: 0xffd080
  end_address: 0xffd084
  region: bootconf
  size: 0x4
mcuboot:
  address: 0x0
  end_address: 0x10000
  placement:
    align:
      end: 0x1000
    before:
    - mcuboot_primary
  region: flash_primary
  size: 0x10000
mcuboot_pad:
  address: 0x10000
  end_address: 0x10800
  placement:
    before:
    - mcuboot_primary_app
  region: flash_primary
  size: 0x800
mcuboot_primary:
  address: 0x10000
  end_address: 0x85000
  orig_span: &id001
  - mcuboot_pad
  - app
  region: flash_primary
  sharers: 0x1
  size: 0x75000
  span: *id001
mcuboot_primary_app:
  address: 0x10800
  end_address: 0x85000
  orig_span: &id002
  - app
  region: flash_primary
  size: 0x74800
  span: *id002
mcuboot_secondary:
  address: 0x85000
  end_address: 0xfa000
  placement:
    after:
    - mcuboot_primary
    align:
      start: 0x1000
  region: flash_primary
  share_size:
  - mcuboot_primary
  size: 0x75000
sram_primary:
  address: 0x20000000
  end_address: 0x20030000
  region: sram_primary
  size: 0x30000
zms_storage:
  address: 0xfb000
  end_address: 0xff000
  placement:
    align:
      start: 0x1000
    before:
    - end
  region: flash_primary
  size: 0x4000
