boards: silabs: siwx91x: Fix test for memory controller

tests/drivers/memc/ram requires the board contains a node labeled
"memc"/.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
This commit is contained in:
Jérôme Pouiller 2025-06-02 16:40:33 +02:00 committed by Benjamin Cabé
commit 033ffd1a2c
3 changed files with 3 additions and 2 deletions

View file

@ -114,7 +114,7 @@
}; };
}; };
&psramctrl0 { &memc {
clocks = <&clock0 SIWX91X_CLK_QSPI>; clocks = <&clock0 SIWX91X_CLK_QSPI>;
pinctrl-0 = <&psram_default>; pinctrl-0 = <&psram_default>;
pinctrl-names = "default"; pinctrl-names = "default";

View file

@ -16,6 +16,7 @@ supported:
- flash - flash
- gpio - gpio
- i2c - i2c
- memc
- pwm - pwm
- uart - uart
- watchdog - watchdog

View file

@ -97,7 +97,7 @@
}; };
}; };
psramctrl0: memory-controller@12040000 { memc: memory-controller@12040000 {
compatible = "silabs,siwx91x-qspi-memory"; compatible = "silabs,siwx91x-qspi-memory";
reg = <0x12040000 0x200>; reg = <0x12040000 0x200>;
#address-cells = <1>; #address-cells = <1>;