22 lines
386 B
YAML
22 lines
386 B
YAML
# Copyright (c) 2024 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Renesas RA Clock Generation Circuit PLL Clock
|
|
|
|
compatible: "renesas,ra-cgc-pll"
|
|
|
|
include: [clock-controller.yaml, base.yaml]
|
|
|
|
properties:
|
|
clocks:
|
|
required: true
|
|
div:
|
|
required: true
|
|
type: int
|
|
mul:
|
|
required: true
|
|
type: array
|
|
|
|
"#clock-cells":
|
|
const: 0
|