Lines Matching +full:non +full:- +full:shared
4 * SPDX-License-Identifier: Apache-2.0
12 * This layout matches (by necessity) that in the TF-M repository:
14 * 0x0000_0000 BL2 - MCUBoot (64 KB)
17 * 0x0005_0000 Non-secure image primary (192 KB)
20 * 0x000c_0000 Non-secure image secondary (192 KB)
24 * 0x000f_8000 Non-secure storage, used when built with NRF_NS_STORAGE=ON,
28 compatible = "fixed-partitions";
29 #address-cells = <1>;
30 #size-cells = <1>;
37 label = "image-0";
41 label = "image-0-nonsecure";
45 label = "image-1";
49 label = "image-1-nonsecure";
53 label = "tfm-ps";
57 label = "tfm-its";
61 label = "tfm-otp";
72 /* Default SRAM planning when building for nRF5340 with ARM TF-M support
73 * - Lowest 256 kB SRAM allocated to Secure image (sram0_s)
74 * - Upper 256 kB allocated to Non-Secure image (sram0_ns)
75 * Of the memory allocated to the Non-Secure image
76 * - 192 kB SRAM allocated to the Non-Secure application (sram0_ns_app).
77 * - 64 kB allocated to shared memory (sram0_shared).
80 reserved-memory {
81 #address-cells = <1>;
82 #size-cells = <1>;
96 /* Non-Secure image memory */
101 /* Non-Secure image memory */