nordic,owned-memory

Vendor: Nordic Semiconductor

Description

Nordic Owned Memory

Memory region with permission attributes. Each enabled region of this kind
will be recorded in the UICR of the compiled domain. Memory ownership and
access is then configured for the domain at boot time, based on the UICR.

Properties

Properties not inherited from the base binding file.

Name

Type

Details

owner-id

int

Owner ID of the domain that will own this memory region. If not defined,
the ownership will default to the domain being compiled.

Note: owner ID is not the same as domain ID; see the product specification
for details.

perm-read

boolean

Owner has read access to the region.

perm-write

boolean

Owner has write access to the region.

perm-execute

boolean

Owner can execute code from the region.

perm-secure

boolean

Owner has secure-only access to the region.

non-secure-callable

boolean

Memory region is used for non-secure-callable code.