Skip to content

Commit a288c30

Browse files
jerome-pouillerkartben
authored andcommitted
soc: silabs: siwx91x: Change memory partition
The current configuration allocate 476kB (672 − 196) to the NWP. This configuration is only required with offloaded network stack (CONFIG_WIFI_SILABS_SIWX91X_NET_STACK_OFFLOAD). Since this parameter is not set by default, increase memory allocated to Zephyr. Signed-off-by: Jérôme Pouiller <[email protected]>
1 parent 2bbafa7 commit a288c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/silabs/siwg917.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* Less memory is allocated to Zephyr, more memory is allocated
4040
* to NWP, better are the WiFi and BLE performances.
4141
*/
42-
reg = <0x00000000 DT_SIZE_K(196)>;
42+
reg = <0x00000000 DT_SIZE_K(256)>;
4343
};
4444

4545
sram_dma1: memory-dma@24061c00 {

0 commit comments

Comments
 (0)