Skip to content

Commit

Permalink
boards/arm/serpente: fix system clock rate
Browse files Browse the repository at this point in the history
Serpente schematic has the same clocking arrangement as
boards/arm/adafruit_trinket_m0.  This fix copies the clocking
config from the trinket.

Fixes zephyrproject-rtos#64470

Signed-off-by: Tom Keddie <github@bronwenandtom.com>
  • Loading branch information
TomKeddie authored and MaureenHelm committed Oct 27, 2023
1 parent 2235a82 commit ad6d8f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/arm/serpente/serpente_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad6d8f2

Please sign in to comment.