drivers: gpio: Add STM32L1X GPIO support

Add GPIO driver support for STM32L1X SoC series.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
This commit is contained in:
Manivannan Sadhasivam 2019-02-01 11:30:21 +05:30 committed by Kumar Gala
commit 1eb6177e9b
6 changed files with 137 additions and 0 deletions

View file

@ -39,6 +39,10 @@
#include <stm32l1xx_ll_usart.h>
#endif
#ifdef CONFIG_GPIO_STM32
#include <stm32l1xx_ll_gpio.h>
#endif
#endif /* !_ASMLANGUAGE */
#endif /* _STM32L1_SOC_H_ */