1# Hexiwear K64 board
2
3# Copyright (c) 2016, Freescale Semiconductor, Inc.
4# Copyright 2017,2024 NXP
5# SPDX-License-Identifier: Apache-2.0
6
7if BOARD_HEXIWEAR_MK64F12
8
9config OSC_XTAL0_FREQ
10	default 12000000
11
12config MCG_PRDIV0
13	default 0x02
14
15config MCG_VDIV0
16	default 0x06
17
18config MCG_FCRDIV
19	default 1
20
21config REGULATOR
22	default y if ADC || SENSOR
23
24endif # BOARD_HEXIWEAR_MK64F12
25
26# Hexiwear KW40Z board
27
28if BOARD_HEXIWEAR_MKW40Z4
29
30config OSC_XTAL0_FREQ
31	default 32000000
32
33config MCG_FRDIV
34	default 5
35
36config MCG_FCRDIV
37	default 0
38
39endif # BOARD_HEXIWEAR_MKW40Z4
40