Skip to content

Commit c668865

Browse files
committed
[nrf fromlist] boards: nordic: nrf54h20dk: Update memory map
Upstream PR: zephyrproject-rtos/zephyr#71610 Move global RAM0x regions to align with the documentation. Signed-off-by: Grzegorz Swiderski <[email protected]> (cherry picked from commit 523c872fbf10638cff9e11984eacc8f66c099c96)
1 parent 9c5d7cf commit c668865

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

boards/arm/nrf54h20dk_nrf54h20/nrf54h20dk_nrf54h20-memory_map.dtsi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
/ {
88
reserved-memory {
9-
cpuapp_ram0x_region: memory@2f000000 {
9+
cpuapp_ram0x_region: memory@2f010000 {
1010
compatible = "nordic,owned-memory";
11-
reg = <0x2f000000 DT_SIZE_K(260)>;
11+
reg = <0x2f010000 DT_SIZE_K(260)>;
1212
status = "disabled";
1313
perm-read;
1414
perm-write;
1515
perm-secure;
1616
#address-cells = <1>;
1717
#size-cells = <1>;
18-
ranges = <0x0 0x2f000000 0x41000>;
18+
ranges = <0x0 0x2f010000 0x41000>;
1919

2020
cpusec_cpuapp_ipc_shm: memory@0 {
2121
reg = <0x0 DT_SIZE_K(2)>;
@@ -30,16 +30,16 @@
3030
};
3131
};
3232

33-
cpurad_ram0x_region: memory@2f041000 {
33+
cpurad_ram0x_region: memory@2f051000 {
3434
compatible = "nordic,owned-memory";
35-
reg = <0x2f041000 DT_SIZE_K(4)>;
35+
reg = <0x2f051000 DT_SIZE_K(4)>;
3636
status = "disabled";
3737
perm-read;
3838
perm-write;
3939
perm-secure;
4040
#address-cells = <1>;
4141
#size-cells = <1>;
42-
ranges = <0x0 0x2f041000 0x1000>;
42+
ranges = <0x0 0x2f051000 0x1000>;
4343

4444
cpusec_cpurad_ipc_shm: memory@0 {
4545
reg = <0x0 DT_SIZE_K(2)>;

0 commit comments

Comments
 (0)