arm: 96b_stm32_sensor_mez: spi: Enable SPI4
This patch enables SPI4 on the 96Boards STM32 Sensors Mezzanine. SPI4 has been broken out to a Grove Connector on the board. Changes: - Updated board dts to enable spi4 - Updated board Kconfig - Updated board documentation - Update board pinmux - Updated stm32f4 pinmux header file - Updated stm32f401 dtsi - Updated stm32f4 defconfig to enable PORTE GPIO - Added board to spi_loopback test Test: spi_loopback test passed Signed-off-by: Sahaj Sarup <sahaj.sarup@linaro.org>
This commit is contained in:
parent
90a42bbd45
commit
d072ab83ac
8 changed files with 53 additions and 4 deletions
|
@ -14,7 +14,7 @@ config NUM_IRQS
|
|||
if GPIO_STM32
|
||||
|
||||
config GPIO_STM32_PORTE
|
||||
default n
|
||||
default y
|
||||
|
||||
config GPIO_STM32_PORTH
|
||||
default n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue