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 BOARD
9	default "usb_kw24d512"
10
11config OSC_XTAL0_FREQ
12	# The MCU is configured to use 4 MHz external
13	# clock from the transceiver provided at the CLK_OUT output.
14	# CLK_OUT is internally connected to the input pin EXTAL0
15	# of the MCU.
16	default 4000000
17
18config MCG_PRDIV0
19	default 0x1
20
21config MCG_VDIV0
22	default 0x0
23
24config MCG_FCRDIV
25	default 2
26
27config MCR20A_IS_PART_OF_KW2XD_SIP
28	default y
29	depends on IEEE802154_MCR20A
30
31endif # BOARD_USB_KW24D512
32