boards: particle_xenon: Add support Xenon

This patch adds support for the Particle Xenon dev board that
has a nrf52840 mcu.

Signed-off-by: Endre Karlson <endre.karlson@gmail.com>
This commit is contained in:
Endre Karlson 2018-11-21 22:19:01 +01:00 committed by Anas Nashif
commit 714ffe623c
11 changed files with 472 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# Kconfig - Particle Xenon configuration
#
# Copyright (c) 2018 Endre Karlson
#
# SPDX-License-Identifier: Apache-2.0
if BOARD_PARTICLE_XENON
config BOARD_ENABLE_DCDC
bool "Enable DCDC mode"
select SOC_DCDC_NRF52X
default y
endif # BOARD_PARTICLE_XENON