Skip to content

Commit ecfea0f

Browse files
committed
dts: bindings: clocks: Add clocks bindings for stm32l0 series
Add hsi clock for stm32l0. Signed-off-by: Khaoula Bidani <khaoula.bidani-ext@st.com>
1 parent b15404f commit ecfea0f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Copyright (c) 2025 STMicroelectronics
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
description: STM32 HSI Clock
5+
6+
compatible: "st,stm32l0-hsi-clock"
7+
8+
include: [fixed-clock.yaml]
9+
10+
properties:
11+
hsi-div:
12+
type: int
13+
required: true
14+
description: |
15+
HSI clock divider. Configures the output HSI clock frequency
16+
enum:
17+
- 1 # hsi_clk = 16MHz
18+
- 4 # hsi_clk = 4MHz

0 commit comments

Comments
 (0)