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