1# Copyright (c) 2019 Vestas Wind Systems A/S
2# SPDX-License-Identifier: Apache-2.0
3
4description: NXP Kinetis Multipurpose Clock generator (MCG) IP node
5
6compatible: "nxp,kinetis-mcg"
7
8include: [clock-controller.yaml, base.yaml]
9
10properties:
11  reg:
12    required: true
13
14  "#clock-cells":
15    const: 1
16
17  fcrdiv:
18    type: int
19    enum: [0, 1, 2, 3, 4, 5, 6, 7]
20    description: |
21      Internal Reference Clock Divider.
22      Division factor is given as 2^fcrdiv.
23
24  lircdiv2:
25    type: int
26    enum: [0, 1, 2, 3, 4, 5, 6, 7]
27    description: |
28      Second Low-frequency Internal Reference Clock Divider.
29      Division factor is given as 2^lircdiv2.
30
31clock-cells:
32  - name
33