1# Copyright (c) 2023 STMicroelectronics
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5  STM32F1 and STM32F37x Reset and Clock controller node.
6  Adds the ADC prescaler to the standard generic STM32 RCC.
7  For more description confere st,stm32-rcc.yaml
8
9compatible: "st,stm32f1-rcc"
10
11include: st,stm32-rcc.yaml
12
13properties:
14  adc-prescaler:
15    type: int
16    enum:
17      - 2
18      - 4
19      - 6
20      - 8
21    description: |
22        ADC prescaler. Defines ADC core clock frequency
23        based on APB2 frequency input.
24