From ad6d8f28115aec03e97657fba1808a97477749b5 Mon Sep 17 00:00:00 2001 From: Tom Keddie Date: Thu, 26 Oct 2023 20:18:00 -0700 Subject: [PATCH] boards/arm/serpente: fix system clock rate Serpente schematic has the same clocking arrangement as boards/arm/adafruit_trinket_m0. This fix copies the clocking config from the trinket. Fixes https://github.com/zephyrproject-rtos/zephyr/issues/64470 Signed-off-by: Tom Keddie --- boards/arm/serpente/serpente_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boards/arm/serpente/serpente_defconfig b/boards/arm/serpente/serpente_defconfig index a2c3ac7def2506..b670a7b0476c18 100644 --- a/boards/arm/serpente/serpente_defconfig +++ b/boards/arm/serpente/serpente_defconfig @@ -3,6 +3,8 @@ CONFIG_SOC_SERIES_SAMD21=y CONFIG_SOC_PART_NUMBER_SAMD21E18A=y CONFIG_BOARD_SERPENTE=y +CONFIG_SOC_ATMEL_SAMD_OSC8M=y +CONFIG_SOC_ATMEL_SAMD_OSC8M_AS_MAIN=y CONFIG_CONSOLE=y CONFIG_GPIO=y CONFIG_UART_CONSOLE=y