# EFM32PG STK3401A board # Copyright (c) 2020, Rafael Dias Menezes # SPDX-License-Identifier: Apache-2.0 if BOARD_EFM32PG_STK3401A config BOARD default "efm32pg_stk3401a" if BOARD_EFM32PG_STK3401A config CMU_HFXO_FREQ default 40000000 config CMU_LFXO_FREQ default 32768 endif # BOARD_EFM32PG_STK3401A