pinctrl: Add STM32 MCUs support
This patch adds pinctrl and GPIO support to STMicroelectronic's STM32 family of MCUs. While it only supports STM32F429 for now, it has been designed to enable support of other MCUs of the family (e.g. STM32F746). Acked-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:

committed by
Linus Walleij

parent
936516bfb3
commit
aceb16dc2d
5
drivers/pinctrl/stm32/Makefile
Normal file
5
drivers/pinctrl/stm32/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
# Core
|
||||
obj-$(CONFIG_PINCTRL_STM32) += pinctrl-stm32.o
|
||||
|
||||
# SoC Drivers
|
||||
obj-$(CONFIG_PINCTRL_STM32F429) += pinctrl-stm32f429.o
|
Reference in New Issue
Block a user