zephyr/dts/bindings/clock/silabs,hfxo.yaml
Aksel Skauge Mellbye 4b4d40017a dts: bindings: silabs: Clean up descriptions, add titles
Clean up dt binding descriptions and introduce titles where
needed to make board documentation pages look nice. The supported
hardware table on board documentation pages sources its data
from dt bindings, and needs succinct titles.

Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
2025-05-02 09:15:50 +02:00

27 lines
742 B
YAML

compatible: "silabs,hfxo"
title: Silicon Labs Series 2 HFXO (High-Frequency Crystal Oscillator)
description: |
High-Frequency Crystal Oscillator peripheral on Silicon Labs SoCs.
include: fixed-clock.yaml
properties:
ctune:
type: int
required: true
description: Load capacitance configuration
precision:
type: int
required: true
description: Precision configuration
mode:
type: string
description: |
Mode of operation. Defaults to "xtal", expecting a crystal oscillator on XI and XO
pins. May be set to "extclk" or "extclkpkdet" to use an external sinusoidal clock
on the XI pin with or without use of peak detector.
default: "xtal"
enum: ["xtal", "extclk", "extclkpkdet"]