zephyr/dts/bindings/clock/renesas,ra-cgc-pll.yaml
Duy Nguyen 0a68d492e2 dts: renesas: Separate pll p q r into child node
The new update of clock device tree make the pll p q r clock
source cannot be choose by other node
This fix add 1 new dts binding for pll out p q r out line

Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
2024-11-05 10:54:28 -06:00

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