1# Copyright (c) 2024 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4description: Renesas RA Clock Control Peripheral Clock
5
6compatible: "renesas,ra-cgc-pclk"
7
8include: [clock-controller.yaml, base.yaml]
9
10properties:
11  div:
12    type: int
13    required: true
14    description: Prescale divider to calculate the subclock frequency from the
15                 system clock frequency.
16
17  "#clock-cells":
18    const: 2
19
20clock-cells:
21  - mstp
22  - stop_bit
23