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 <github@bronwenandtom.com>
This commit is contained in:
Tom Keddie 2023-10-26 20:18:00 -07:00 committed by Maureen Helm
parent 2235a8253b
commit ad6d8f2811

View file

@ -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