1# Copyright (c) 2023 STMicroelectronics
2
3# SPDX-License-Identifier: Apache-2.0
4
5description: |
6        ST STM32F1 family ADC
7        This compatible stands for all ADC blocks similar to the one on STM32F1,
8        like STM32F37x.
9        Remove the st,adc-clock-source and st,adc-prescaler property.
10        See adc-prescaler property in st,stm32f1-rcc binding to configure ADC
11        prescaler.
12
13compatible: "st,stm32f1-adc"
14
15include:
16  - name: st,stm32-adc.yaml
17    property-blocklist:
18      - st,adc-clock-source
19      - st,adc-prescaler
20