17 lines
372 B
YAML
17 lines
372 B
YAML
# Copyright (c) 2021, Linaro ltd
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: STM32 HSE Clock
|
|
|
|
compatible: "st,stm32-hse-clock"
|
|
|
|
include: [fixed-clock.yaml]
|
|
|
|
properties:
|
|
hse-bypass:
|
|
type: boolean
|
|
required: false
|
|
description: |
|
|
HSE crystal oscillator bypass
|
|
Set to the property to by-pass the oscillator with an external clock.
|