1# Copyright (c) 2023-2024 Analog Devices, Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4description: MAX32 Global Control
5
6compatible: "adi,max32-gcr"
7
8include: [clock-controller.yaml, base.yaml]
9
10properties:
11  reg:
12    required: true
13
14  "#clock-cells":
15    const: 2
16
17  sysclk-prescaler:
18    type: int
19    enum:
20      - 1
21      - 2
22      - 4
23      - 8
24      - 16
25      - 32
26      - 64
27      - 128
28
29    description: |
30        SYSCLK prescaler. Defines actual core clock frequency SYSCLK
31        based on system frequency input. Some MAX32xxx devices does not
32        support this feature, check your device user guide before using it.
33
34clock-cells:
35  - offset
36  - bit
37