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

zms_storage:
  address: 0xfb000
  end_address: 0xff000
  placement:
    align:
      start: 0x1000
    before:
    - end
  region: flash_primary
  size: 0x4000