We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2167ce2 commit 28be8d1Copy full SHA for 28be8d1
boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-memory_map.dtsi
@@ -26,8 +26,17 @@
26
reg = <0x800 DT_SIZE_K(2)>;
27
};
28
29
- cpuapp_data: memory@1000 {
30
- reg = <0x1000 DT_SIZE_K(256)>;
+ /* todo: remove once cpuapp_ram0x_region can be used by cache helpers */
+ cpuapp_cpusec_misc_shm: memory@1000 {
31
+ compatible = "zephyr,memory-region";
32
+ reg = <0x1000 DT_SIZE_K(16)>;
33
+ #memory-region-cells = <0>;
34
+ zephyr,memory-region = "CPUAPP_CPUSEC_MISC_SHM";
35
+ zephyr,memory-attr = <( DT_MEM_CACHEABLE )>;
36
+ };
37
+
38
+ cpuapp_data: memory@5000 {
39
+ reg = <0x5000 DT_SIZE_K(240)>;
40
41
42
0 commit comments