Skip to content

Commit

Permalink
snippets: nrf70-wifi: Increase 54H Wi-Fi RAM
Browse files Browse the repository at this point in the history
Wi-Fi needs higher RAM, reinstate the same RAM as earlier custom shield
(now removed) for 54H.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 authored and rlubos committed Dec 2, 2024
1 parent 5b4ffed commit ec4d5bf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions snippets/nrf70-wifi/nrf54h20_cpuapp.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,13 @@
reg = < 0x1df000 DT_SIZE_K(24) >;
};
};

/delete-node/ &cpurad_ram0x_region;
&cpuapp_ram0x_region {
status = "okay";
reg = <0x2f010000 DT_SIZE_K(436)>;
ranges = <0x0 0x2f010000 0x6e000>;
cpuapp_data: memory@1000 {
reg = <0x1000 DT_SIZE_K(432)>;
};
};

0 comments on commit ec4d5bf

Please sign in to comment.