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";
74 * ARM TrustZone-M support
75 * - Lowest 88 kB SRAM allocated to Secure image (sram0_s).
76 * - Upper 168 kB SRAM allocated to Non-Secure image (sram0_ns).
77 * Of the memory allocated to the Non-Secure image
78 * - 40 kB SRAM reserved for and used by the modem library (sram0_ns_modem).
79 * - 128 kB allocated to the application (sram0_ns_app).
81 reserved-memory {
82 #address-cells = <1>;
83 #size-cells = <1>;
92 /* Non-Secure image memory */
97 /* Modem (shared) memory */
102 /* Non-Secure application memory */