Skip to content

Commit 60922a0

Browse files
jerome-pouillerkartben
authored andcommitted
boards: silabs: siwx91x: Add support for PSRAM
Radio Board 4342A has 8MB of PSRAM connected to the Quad-SPI memory controller. The memory controller of the 4342A is preconfigured by the bootloader. So, the PSRAM work out of the box without any manual configuration. Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
1 parent 12afcc8 commit 60922a0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

boards/silabs/radio_boards/siwx917_rb4342a/siwx917_rb4342a.dts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@
3131
dht0 = &si7021;
3232
};
3333

34+
psram: psram@a000000 {
35+
compatible = "zephyr,memory-region", "mmio-sram";
36+
reg = <0xa000000 DT_SIZE_M(8)>;
37+
zephyr,memory-region = "psram";
38+
zephyr,memory-attr = <( DT_MEM_ARM(ATTR_MPU_RAM) )>;
39+
};
40+
3441
leds {
3542
compatible = "gpio-leds";
3643

0 commit comments

Comments
 (0)