dts: arm: stm32 devices with xspi is named spi node
Fixes the CMake Warning on build/zephyr/zephyr.dts: Warning (spi_bus_bridge): /soc/xspi@47001400: node name for SPI buses should be 'spi' Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
009e11e97b
commit
e44c0d28ff
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
xspi1: xspi@47001400 {
|
xspi1: spi@47001400 {
|
||||||
compatible = "st,stm32-xspi";
|
compatible = "st,stm32-xspi";
|
||||||
reg = <0x47001400 0x400>;
|
reg = <0x47001400 0x400>;
|
||||||
interrupts = <78 0>;
|
interrupts = <78 0>;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue