1# Copyright (c) 2024 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4description: Renesas RA Sub-Clock
5
6compatible: "renesas,ra-cgc-subclk"
7
8include: fixed-clock.yaml
9
10properties:
11  drive-capability:
12    type: int
13    default: 0
14    enum:
15    - 0
16    - 1
17    - 2
18    - 3
19    description: |
20      Sub-Clock Oscillator Drive Capability Switching
21      - 0: Standard (12.5pf)
22      - 1: Lowpower mode 1 (9pf)
23      - 2: Lowpower mode 2 (7pf)
24      - 3: Lowpower mode 3 (4pf)
25
26  stabilization-time:
27    type: int
28    default: 1000
29    description: |
30      Sub-Clock stabilization time in micro seconds
31