zephyr/boards/arm/efm32wg_stk3800/Kconfig.defconfig
Piotr Mienkowski 8a9df52943 drivers: gpio_gecko: convert to DT_INST defines
Convert the driver to use DT_INST_ defines, update all dependent dts,
soc and board files.

Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
2020-03-24 10:14:21 -05:00

18 lines
278 B
Plaintext

# EFM32WG STK3800 board
# Copyright (c) 2017, Christian Taedcke
# SPDX-License-Identifier: Apache-2.0
if BOARD_EFM32WG_STK3800
config BOARD
default "efm32wg_stk3800"
config CMU_HFXO_FREQ
default 48000000
config CMU_LFXO_FREQ
default 32768
endif # BOARD_EFM32WG_STK3800