23 lines
470 B
YAML
23 lines
470 B
YAML
# 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
|