blob: acc23db2b8bd655c52e30e98a71b6d4940eaaa06 [file] [log] [blame]
# Copyright (c) 2022, SILA Embedded Solutions GmbH
# SPDX-License-Identifier: Apache-2.0
description: STM32 LSE Clock
compatible: "st,stm32-lse-clock"
include: [fixed-clock.yaml]
properties:
driving-capability:
type: int
required: true
description: |
LSE driving capability, within the range 0 to 3.
0 represents the lowests driving capability, 3
the highest.
enum:
- 0
- 1
- 2
- 3