1# Copyright (c) 2024 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4description: Renesas RA Clock Generation Circuit PLL Clock
5
6compatible: "renesas,ra-cgc-pll"
7
8include: [clock-controller.yaml, base.yaml]
9
10properties:
11  clocks:
12    required: true
13  div:
14    required: true
15    type: int
16  mul:
17    required: true
18    type: array
19
20  "#clock-cells":
21    const: 0
22