drivers: pinmux: Add SPI1 NSS config on PA15
Add alternative function 5 configuration for PA15 on STM32F4 devices. Signed-off-by: Richard Osterloh <richard.osterloh@gmail.com>
This commit is contained in:
parent
34d5e2bca2
commit
8ccccbb7f6
1 changed files with 2 additions and 0 deletions
|
@ -129,6 +129,8 @@
|
|||
#define STM32F4_PINMUX_FUNC_PA12_OTG_FS_DP \
|
||||
(STM32_PINMUX_ALT_FUNC_10 | STM32_PUSHPULL_NOPULL)
|
||||
|
||||
#define STM32F4_PINMUX_FUNC_PA15_SPI1_NSS \
|
||||
(STM32_PINMUX_ALT_FUNC_5 | STM32_PUSHPULL_PULLUP)
|
||||
#define STM32F4_PINMUX_FUNC_PA15_USART1_TX \
|
||||
(STM32_PINMUX_ALT_FUNC_7 | STM32_PUSHPULL_PULLUP)
|
||||
#define STM32F4_PINMUX_FUNC_PA15_UART7_TX \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue