dts: wb: Enable spi on stm32wb
enable spi on stm32wb Signed-off-by: Rick Conrey <rick.conrey@witiproducts.com>
This commit is contained in:
parent
32a3ae8ab9
commit
bcd5f321e0
1 changed files with 22 additions and 0 deletions
|
@ -158,6 +158,28 @@
|
||||||
label = "RTC_0";
|
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 {
|
lpuart1: serial@40008000 {
|
||||||
compatible = "st,stm32-lpuart", "st,stm32-uart";
|
compatible = "st,stm32-lpuart", "st,stm32-uart";
|
||||||
reg = <0x40008000 0x400>;
|
reg = <0x40008000 0x400>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue