1# USB-KW24D512 board
2
3# Copyright (c) 2017, Phytec Messtechnik GmbH
4# SPDX-License-Identifier: Apache-2.0
5
6if BOARD_USB_KW24D512
7
8config OSC_XTAL0_FREQ
9	# The MCU is configured to use 4 MHz external
10	# clock from the transceiver provided at the CLK_OUT output.
11	# CLK_OUT is internally connected to the input pin EXTAL0
12	# of the MCU.
13	default 4000000
14
15config MCG_PRDIV0
16	default 0x1
17
18config MCG_VDIV0
19	default 0x0
20
21config MCG_FCRDIV
22	default 2
23
24config MCR20A_IS_PART_OF_KW2XD_SIP
25	default y
26	depends on IEEE802154_MCR20A
27
28endif # BOARD_USB_KW24D512
29