drivers: spi: Fix spi related files of stm32f1x
pinmux: Add the relevant definition of the spi3 pin dts: Fix a bug, spi3 does not have a label soc: Supplement spi3 related definition Signed-off-by: Findlay Feng <i@fengch.me>
This commit is contained in:
parent
479c1aa6bb
commit
3bc7d9e50e
3 changed files with 15 additions and 0 deletions
|
@ -150,6 +150,8 @@
|
|||
#define DT_SPI_3_IRQ_PRI DT_ST_STM32_SPI_40003C00_IRQ_0_PRIORITY
|
||||
#define DT_SPI_3_NAME DT_ST_STM32_SPI_40003C00_LABEL
|
||||
#define DT_SPI_3_IRQ DT_ST_STM32_SPI_40003C00_IRQ_0
|
||||
#define DT_SPI_3_CLOCK_BITS DT_ST_STM32_SPI_40003C00_CLOCK_BITS
|
||||
#define DT_SPI_3_CLOCK_BUS DT_ST_STM32_SPI_40003C00_CLOCK_BUS
|
||||
|
||||
#define DT_USB_BASE_ADDRESS DT_ST_STM32_USB_40005C00_BASE_ADDRESS
|
||||
#define DT_USB_IRQ DT_ST_STM32_USB_40005C00_IRQ_USB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue