Lines Matching +full:perm +full:- +full:secure
2 # SPDX-License-Identifier: Apache-2.0
13 reserved-memory {
15 compatible = "nordic,owned-memory";
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:
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.