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>;
|
clocks = <&clock0 SIWX91X_CLK_QSPI>;
|
||||||
pinctrl-0 = <&psram_default>;
|
pinctrl-0 = <&psram_default>;
|
||||||
pinctrl-names = "default";
|
pinctrl-names = "default";
|
||||||
|
|
|
@ -16,6 +16,7 @@ supported:
|
||||||
- flash
|
- flash
|
||||||
- gpio
|
- gpio
|
||||||
- i2c
|
- i2c
|
||||||
|
- memc
|
||||||
- pwm
|
- pwm
|
||||||
- uart
|
- uart
|
||||||
- watchdog
|
- watchdog
|
||||||
|
|
|
@ -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>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue