boards: arm: add Electronut labs papyr (nrf52840_papyr)

Added config for https://docs.electronut.in/papyr/

Signed-off-by: Tavish Naruka <tavishnaruka@gmail.com>
This commit is contained in:
Tavish Naruka 2019-02-09 17:10:02 +05:30 committed by Carles Cufí
commit df500c164c
10 changed files with 439 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# Kconfig - Electronut Labs Papyr board configuration
#
# Copyright (c) 2018 Electronut Labs
#
# SPDX-License-Identifier: Apache-2.0
if BOARD_NRF52840_PAPYR
config BOARD_ENABLE_DCDC
bool "Enable DCDC mode"
select SOC_DCDC_NRF52X
default y
endif # BOARD_NRF52840_PAPYR