drivers: spi: spi_ll_stm32: Add support for STM32MP1x SoC
Add SPI driver support for STM32MP1x SoC. Signed-off-by: Yaël Boutreux <yael.boutreux@st.com> Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
This commit is contained in:
parent
3a967f92c3
commit
e0d6534f09
4 changed files with 94 additions and 1 deletions
|
@ -46,6 +46,10 @@
|
|||
#include <stm32mp1xx_ll_usart.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SPI_STM32
|
||||
#include <stm32mp1xx_ll_spi.h>
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_IPM_STM32_IPCC
|
||||
#include <stm32mp1xx_ll_ipcc.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue