Skip to content

Commit fff50c7

Browse files
fimohameasmellby
authored andcommitted
boards: silabs: siwx91x: Fix MEMC enable and initialization priorities
This commit corrects board configuration to enable the memory controller and set proper initialization priorities, ensuring PSRAM is correctly initialized during system startup. Signed-off-by: S Mohamed Fiaz <[email protected]> (cherry picked from commit 57a2249) Upstream-status: available
1 parent 4137556 commit fff50c7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

boards/silabs/dev_kits/siwx917_dk2605a/siwx917_dk2605a.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ supported:
2323
- rtc
2424
- counter
2525
- pwm
26+
- memc
2627
vendor: silabs

boards/silabs/dev_kits/siwx917_dk2605a/siwx917_dk2605a_defconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ CONFIG_USE_DT_CODE_PARTITION=y
55
CONFIG_CONSOLE=y
66
CONFIG_UART_CONSOLE=y
77
CONFIG_SERIAL=y
8+
CONFIG_MEMC=y
9+
10+
CONFIG_CLOCK_CONTROL_INIT_PRIORITY=28
11+
CONFIG_MEMC_INIT_PRIORITY=29

0 commit comments

Comments
 (0)