2024-01-11 11:53:22 +08:00
|
|
|
# Copyright (c) 2024 Renesas Electronics Corporation
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2024-06-20 17:49:31 +08:00
|
|
|
description: Renesas RA Clock Control Peripheral Clock
|
2024-01-11 11:53:22 +08:00
|
|
|
|
2024-06-20 17:49:31 +08:00
|
|
|
compatible: "renesas,ra-cgc-pclk"
|
2024-01-11 11:53:22 +08:00
|
|
|
|
|
|
|
include: [clock-controller.yaml, base.yaml]
|
|
|
|
|
|
|
|
properties:
|
2024-09-12 22:15:27 +08:00
|
|
|
div:
|
2024-01-11 11:53:22 +08:00
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: Prescale divider to calculate the subclock frequency from the
|
|
|
|
system clock frequency.
|
|
|
|
|
|
|
|
"#clock-cells":
|
2024-06-18 11:24:42 +08:00
|
|
|
const: 2
|
|
|
|
|
|
|
|
clock-cells:
|
|
|
|
- mstp
|
|
|
|
- stop_bit
|