Skip to content

Commit aa0b18e

Browse files
committed
[nrf fromlist] boards: nrf54h20dk: Drop shared_ram20_region's compatible
Upstream PR: zephyrproject-rtos/zephyr#72273 Access to this region should no longer be requested via UICR, because it will be statically allocated by secure domain firmware. Signed-off-by: Grzegorz Swiderski <[email protected]> (cherry picked from commit d95aa856e98b6561d534cbe36ffc6e87de3deab2)
1 parent bcdacf5 commit aa0b18e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

boards/arm/nrf54h20dk_nrf54h20/nrf54h20dk_nrf54h20-memory_map.dtsi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,7 @@
7070
};
7171

7272
shared_ram20_region: memory@2f88f000 {
73-
compatible = "nordic,owned-memory";
7473
reg = <0x2f88f000 DT_SIZE_K(4)>;
75-
status = "okay";
76-
perm-read;
77-
perm-write;
7874
#address-cells = <1>;
7975
#size-cells = <1>;
8076
ranges = <0x0 0x2f88f000 0x1000>;

0 commit comments

Comments
 (0)