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:
Francois Ramu 2024-10-17 14:35:00 +02:00 committed by Benjamin Cabé
parent 009e11e97b
commit e44c0d28ff

View file

@ -258,7 +258,7 @@
status = "disabled";
};
xspi1: xspi@47001400 {
xspi1: spi@47001400 {
compatible = "st,stm32-xspi";
reg = <0x47001400 0x400>;
interrupts = <78 0>;