diff --git a/dts/arm/st/wb/stm32wb.dtsi b/dts/arm/st/wb/stm32wb.dtsi index f9d1e092e7d..1c34af08a3c 100644 --- a/dts/arm/st/wb/stm32wb.dtsi +++ b/dts/arm/st/wb/stm32wb.dtsi @@ -158,6 +158,28 @@ label = "RTC_0"; }; + spi1: spi@40013000 { + compatible = "st,stm32-spi-fifo"; + #address-cells = <1>; + #size-cells = <0>; + reg = <0x40013000 0x400>; + interrupts = <34 5>; + clocks = <&rcc STM32_CLOCK_BUS_APB2 0x00001000>; + status = "disabled"; + label = "SPI_1"; + }; + + spi2: spi@40003800 { + compatible = "st,stm32-spi-fifo"; + #address-cells = <1>; + #size-cells = <0>; + reg = <0x40003800 0x400>; + interrupts = <35 5>; + clocks = <&rcc STM32_CLOCK_BUS_APB1 0x00004000>; + status = "disabled"; + label = "SPI_2"; + }; + lpuart1: serial@40008000 { compatible = "st,stm32-lpuart", "st,stm32-uart"; reg = <0x40008000 0x400>;