1# Copyright (c) 2024 STMicroelectronics
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5  STM32WB0 LSI Clock
6
7  The STM32WB0 MCUs are equipped with a regular RC LSI clock with a frequency of 24~40kHz.
8  The SoCs are also equipped with hardware to perform LSI frequency measurement, which
9  allows to adapt all frequency-based calculations to a somewhat accurate value, ensuring
10  that the software does not get too much out of sync with real-world time.
11
12  Several LSI frequency measurement options can be configured via Kconfig.
13
14compatible: "st,stm32wb0-lsi-clock"
15
16include: [fixed-clock.yaml]
17