31 lines
621 B
YAML
31 lines
621 B
YAML
# Copyright (c) 2024 Renesas Electronics Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: Renesas RA Sub-Clock
|
|
|
|
compatible: "renesas,ra-cgc-subclk"
|
|
|
|
include: fixed-clock.yaml
|
|
|
|
properties:
|
|
drive-capability:
|
|
type: int
|
|
default: 0
|
|
enum:
|
|
- 0
|
|
- 1
|
|
- 2
|
|
- 3
|
|
description: |
|
|
Sub-Clock Oscillator Drive Capability Switching
|
|
- 0: Standard (12.5pf)
|
|
- 1: Lowpower mode 1 (9pf)
|
|
- 2: Lowpower mode 2 (7pf)
|
|
- 3: Lowpower mode 3 (4pf)
|
|
|
|
stabilization-time:
|
|
type: int
|
|
default: 1000
|
|
description: |
|
|
Sub-Clock stabilization time in micro seconds
|