Skip to content

Commit

Permalink
[nrf fromtree] boards: nordic: nrf54h20dk: Update memory map
Browse files Browse the repository at this point in the history
Move global RAM0x regions to align with the documentation.

Signed-off-by: Grzegorz Swiderski <[email protected]>
(cherry picked from commit b8338f9)
Signed-off-by: Rafał Kuźnia <[email protected]>
  • Loading branch information
57300 authored and e-rk committed May 8, 2024
1 parent d22aede commit 2d9168a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20-memory_map.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

/ {
reserved-memory {
cpuapp_ram0x_region: memory@2f000000 {
cpuapp_ram0x_region: memory@2f010000 {
compatible = "nordic,owned-memory";
reg = <0x2f000000 DT_SIZE_K(260)>;
reg = <0x2f010000 DT_SIZE_K(260)>;
status = "disabled";
perm-read;
perm-write;
perm-secure;
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x2f000000 0x41000>;
ranges = <0x0 0x2f010000 0x41000>;

cpusec_cpuapp_ipc_shm: memory@0 {
reg = <0x0 DT_SIZE_K(2)>;
Expand All @@ -30,16 +30,16 @@
};
};

cpurad_ram0x_region: memory@2f041000 {
cpurad_ram0x_region: memory@2f051000 {
compatible = "nordic,owned-memory";
reg = <0x2f041000 DT_SIZE_K(4)>;
reg = <0x2f051000 DT_SIZE_K(4)>;
status = "disabled";
perm-read;
perm-write;
perm-secure;
#address-cells = <1>;
#size-cells = <1>;
ranges = <0x0 0x2f041000 0x1000>;
ranges = <0x0 0x2f051000 0x1000>;

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

0 comments on commit 2d9168a

Please sign in to comment.