Skip to content

Commit ec4d5bf

Browse files
krish2718rlubos
authored andcommitted
snippets: nrf70-wifi: Increase 54H Wi-Fi RAM
Wi-Fi needs higher RAM, reinstate the same RAM as earlier custom shield (now removed) for 54H. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 5b4ffed commit ec4d5bf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

snippets/nrf70-wifi/nrf54h20_cpuapp.overlay

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,13 @@
3030
reg = < 0x1df000 DT_SIZE_K(24) >;
3131
};
3232
};
33+
34+
/delete-node/ &cpurad_ram0x_region;
35+
&cpuapp_ram0x_region {
36+
status = "okay";
37+
reg = <0x2f010000 DT_SIZE_K(436)>;
38+
ranges = <0x0 0x2f010000 0x6e000>;
39+
cpuapp_data: memory@1000 {
40+
reg = <0x1000 DT_SIZE_K(432)>;
41+
};
42+
};

0 commit comments

Comments
 (0)