Skip to content

Commit 8965a73

Browse files
committed
include: zephyr: dt-bindings: clock: Add HSI48 support STM32C071
STM32C071 have USB peripheral which can be clocked from HSI (HSIUSB48). Signed-off-by: Tomáš Juřena <jurenatomas@gmail.com>
1 parent 7a8bd3d commit 8965a73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/zephyr/dt-bindings/clock/stm32c0_clock.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
/** Fixed clocks */
2626
/* Low speed clocks defined in stm32_common_clocks.h */
2727
#define STM32_SRC_HSI (STM32_SRC_LSI + 1)
28-
#define STM32_SRC_HSE (STM32_SRC_HSI + 1)
28+
#define STM32_SRC_HSI48 (STM32_SRC_HSI + 1)
29+
#define STM32_SRC_HSE (STM32_SRC_HSI48 + 1)
2930
/** Peripheral bus clock */
3031
#define STM32_SRC_PCLK (STM32_SRC_HSE + 1)
3132

0 commit comments

Comments
 (0)