1compatible: "silabs,hfxo"
2
3include: fixed-clock.yaml
4
5properties:
6  ctune:
7    type: int
8    required: true
9    description: Load capacitance configuration
10  precision:
11    type: int
12    required: true
13    description: Precision configuration
14  mode:
15    type: string
16    description: |
17      Mode of operation. Defaults to "xtal", expecting a crystal oscillator on XI and XO
18      pins. May be set to "extclk" or "extclkpkdet" to use an external sinusoidal clock
19      on the XI pin with or without use of peak detector.
20    default: "xtal"
21    enum: ["xtal", "extclk", "extclkpkdet"]
22