1# Copyright (c) 2021, Linaro ltd 2# SPDX-License-Identifier: Apache-2.0 3 4description: STM32L0 and STM32L1 Multi Speed Internal Clock 5 6compatible: "st,stm32l0-msi-clock" 7 8include: 9 - name: st,stm32-msi-clock.yaml 10 property-blocklist: 11 - msi-range 12 13properties: 14 msi-range: 15 required: true 16 type: int 17 default: 5 18 description: | 19 MSI clock ranges 20 enum: 21 - 0 # range 0, around 65.536 kHz 22 - 1 # range 1, around 131.072 kHz 23 - 2 # range 2, around 262.144 kHz 24 - 3 # range 3, around 524.288 kHz 25 - 4 # range 4, around 1.048 MHz 26 - 5 # range 5, around 2.097 MHz (reset value) 27 - 6 # range 6, around 4.194 MHz 28