1# Copyright (c) 2021, Linaro ltd
2# SPDX-License-Identifier: Apache-2.0
3
4description: STM32WL HSE Clock
5
6compatible: "st,stm32wl-hse-clock"
7
8include: [fixed-clock.yaml]
9
10properties:
11  hse-tcxo:
12    type: boolean
13    description: |
14      When set, TCXO is selected as external source clock for HSE.
15      Otherwise, external crystal is selected as HSE source clock.
16
17  hse-div2:
18    type: boolean
19    description: |
20      When set HSE output clock is divided by 2.
21      Otherwise, no prescaler is used.
22