Skip to content

Commit e44c0d2

Browse files
FRASTMkartben
authored andcommitted
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 <[email protected]>
1 parent 009e11e commit e44c0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/st/h5/stm32h562.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
status = "disabled";
259259
};
260260

261-
xspi1: xspi@47001400 {
261+
xspi1: spi@47001400 {
262262
compatible = "st,stm32-xspi";
263263
reg = <0x47001400 0x400>;
264264
interrupts = <78 0>;

0 commit comments

Comments
 (0)