8408de7077
Add two compat for STM32F4-like (F2, F4, F7 & L1) and STM32F1-like (F1 & F37x) ADCs. Signed-off-by: Guillaume Gautier <guillaume.gautier-ext@st.com>
13 lines
291 B
YAML
13 lines
291 B
YAML
# Copyright (c) 2023 STMicroelectronics
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: |
|
|
ST STM32F4 family ADC
|
|
This compatible stands for all ADC blocks similar to the one on STM32F4,
|
|
like F2, F7 or L1.
|
|
|
|
compatible: "st,stm32f4-adc"
|
|
|
|
include: st,stm32-adc.yaml
|