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:
parent
2235a8253b
commit
ad6d8f2811
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue