1# Copyright (c) 2021, Linaro Limited
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5  STM32U5 Reset and Clock controller node.
6  For more description confere st,stm32-rcc.yaml
7
8compatible: "st,stm32u5-rcc"
9
10include:
11  - name: st,stm32-rcc.yaml
12    property-blocklist:
13      - undershoot-prevention
14
15properties:
16
17  apb3-prescaler:
18    type: int
19    required: true
20    enum:
21      - 1
22      - 2
23      - 4
24      - 8
25      - 16
26