1# Copyright (c) 2023, STMicroelectronics 2# SPDX-License-Identifier: Apache-2.0 3 4description: STM32WBA HSE Clock 5 6compatible: "st,stm32wba-hse-clock" 7 8include: [fixed-clock.yaml] 9 10properties: 11 hse-div2: 12 type: boolean 13 description: | 14 When set HSE output clock is divided by 2. 15 Otherwise, no prescaler is used. 16