Lines Matching +full:reserved +full:- +full:memory
2 # SPDX-License-Identifier: Apache-2.0
5 Nordic Owned Memory
7 Memory region with permission attributes. Each enabled region of this kind
8 will be recorded in the UICR of the compiled domain. Memory ownership and
13 reserved-memory {
14 memory@2fc00000 {
15 compatible = "nordic,owned-memory";
23 A single local domain can request a memory region to be reserved on behalf of
24 multiple access owners. A single memory region shall be reserved by at most
32 Note: one domain can also reserve memory for another domain and not itself.
36 compatible: "nordic,owned-memory"
38 include: [base.yaml, "zephyr,memory-common.yaml"]
47 Array of (owner-id, permission-flags) pairs, where:
49 - Owner ID represents the domain that will have access to this memory.
53 - Permissions are encoded as a 32-bit bitfield, using the flags found in
54 include/zephyr/dt-bindings/reserved-memory/nordic-owned-memory.h,
64 owner-id:
69 Owner ID of the domain that will own this memory region. If not defined,
75 perm-read:
82 perm-write:
89 perm-execute:
96 perm-secure:
101 Owner has secure-only access to the region.
103 non-secure-callable:
108 Memory region is used for non-secure-callable code.