1# Copyright (c) 2021, Linaro ltd
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5  STM32WL Reset and Clock controller node.
6  For more description confere st,stm32-rcc.yaml
7
8compatible: "st,stm32wl-rcc"
9
10include:
11  - name: st,stm32wb-rcc.yaml
12    property-blocklist:
13      - ahb4-prescaler
14
15properties:
16    ahb3-prescaler:
17      type: int
18      required: false
19      enum:
20        - 1
21        - 2
22        - 4
23        - 8
24        - 16
25        - 32
26        - 64
27        - 128
28        - 256
29        - 512
30      description: |
31          HCLK3 shared prescaler (AHB3, Flash memory, SRAM1 and SRAM2).
32          (A.K.A SHDHPRE)
33
34clock-cells:
35  - bus
36  - bits
37