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:
parent
be504b000d
commit
033ffd1a2c
3 changed files with 3 additions and 2 deletions
|
@ -114,7 +114,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
&psramctrl0 {
|
||||
&memc {
|
||||
clocks = <&clock0 SIWX91X_CLK_QSPI>;
|
||||
pinctrl-0 = <&psram_default>;
|
||||
pinctrl-names = "default";
|
||||
|
|
|
@ -16,6 +16,7 @@ supported:
|
|||
- flash
|
||||
- gpio
|
||||
- i2c
|
||||
- memc
|
||||
- pwm
|
||||
- uart
|
||||
- watchdog
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
psramctrl0: memory-controller@12040000 {
|
||||
memc: memory-controller@12040000 {
|
||||
compatible = "silabs,siwx91x-qspi-memory";
|
||||
reg = <0x12040000 0x200>;
|
||||
#address-cells = <1>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue