1# Copyright (c) 2022, SILA Embedded Solutions GmbH
2# SPDX-License-Identifier: Apache-2.0
3
4description: STM32 LSE Clock
5
6compatible: "st,stm32-lse-clock"
7
8include: [fixed-clock.yaml]
9
10properties:
11  driving-capability:
12    type: int
13    required: true
14    description: |
15      LSE driving capability, within the range 0 to 3.
16      0 represents the lowests driving capability, 3
17      the highest.
18    enum:
19      - 0
20      - 1
21      - 2
22      - 3
23
24  lse-bypass:
25    type: boolean
26    description: |
27      LSE crystal oscillator bypass
28      Set the property to by-pass the oscillator with an external clock.
29