drivers: adc: Add STM32L1X ADC support

Add ADC driver support for STM32L1X SoC series.

Signed-off-by: Takumi Ando <takumi@t15.red>
This commit is contained in:
Takumi Ando 2020-03-18 08:52:28 +09:00 committed by Kumar Gala
commit 8d106d198e
5 changed files with 95 additions and 2 deletions

View file

@ -84,5 +84,7 @@
#define DT_WDT_0_NAME DT_INST_0_ST_STM32_WATCHDOG_LABEL
#define DT_ADC_1_NAME DT_ST_STM32_ADC_40012400_LABEL
#define DT_RTC_0_NAME DT_INST_0_ST_STM32_RTC_LABEL
/* End of SoC Level DTS fixup file */