1# Copyright (c) 2019-2021 Vestas Wind Systems A/S
2# SPDX-License-Identifier: Apache-2.0
3
4description: NXP Kinetis SCG (System Clock Generator) IP node
5
6compatible: "nxp,kinetis-scg"
7
8include: [clock-controller.yaml, base.yaml]
9
10properties:
11  reg:
12    required: true
13
14  sosc-mode:
15    type: int
16    description: system oscillator mode
17
18  "#clock-cells":
19    const: 1
20
21clock-cells:
22  - name
23