boards: nrf52811_pca10056: Rename to nrf52840dk_nrf52811

The board target for emulation of nRF52811 on nRF52840 DK, so far
known as nrf52811_pca10056, is renamed to nrf52840dk_nrf52811.
Its documentation and all references to its name in the tree are
updated accordingly. Overlay and configuration files specific to
this board are also renamed, to match the new board name.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
Andrzej Głąbek 2020-03-17 11:47:59 +00:00 committed by Ioannis Glaropoulos
commit a4ad0e5af8
12 changed files with 24 additions and 19 deletions

View file

@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0
# The nrf52811_pca10056 board mirrors the nRF52840 DK hardware. This
# The nrf52840dk_nrf52811 board mirrors the nRF52840 DK hardware. This
# needs to be considered by certain system initialization functionality
# residing in system_nrf52811.c and SoC dependent routines in nrfx_coredep.h.
zephyr_compile_definitions(DEVELOP_IN_NRF52840)

View file

@ -1,4 +1,4 @@
# nRF52811 PCA10056 board configuration
# nRF52840 DK NRF52811 board configuration
# Copyright (c) 2019 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
@ -7,4 +7,4 @@ config BOARD_ENABLE_DCDC
bool "Enable DCDC mode"
select SOC_DCDC_NRF52X
default y
depends on BOARD_NRF52811_PCA10056
depends on BOARD_NRF52840DK_NRF52811

View file

@ -1,8 +1,8 @@
# nRF52811 PCA10056 board configuration
# nRF52840 DK NRF52811 board configuration
# Copyright (c) 2019 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config BOARD_NRF52811_PCA10056
bool "nRF52811 PCA10056"
config BOARD_NRF52840DK_NRF52811
bool "nRF52840 DK NRF52811"
depends on SOC_NRF52811_QFAA

View file

@ -1,12 +1,12 @@
# nRF52811 PCA10056 board configuration
# nRF52840 DK NRF52811 board configuration
# Copyright (c) 2019 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
if BOARD_NRF52811_PCA10056
if BOARD_NRF52840DK_NRF52811
config BOARD
default "nrf52811_pca10056"
default "nrf52840dk_nrf52811"
config BT_CTLR
default BT
@ -31,4 +31,4 @@ config IEEE802154_NRF5
default y
depends on IEEE802154
endif # BOARD_NRF52811_PCA10056
endif # BOARD_NRF52840DK_NRF52811

View file

@ -1,12 +1,12 @@
.. _nrf52811_pca10056:
.. _nrf52840dk_nrf52811:
nRF52811-PCA10056
#################
nRF52811 emulation on nRF52840 DK
#################################
Overview
********
The nrf52811_pca10056 board is a modified version of the
The nrf52840dk_nrf52811 board is a modified version of the
:ref:`nrf52840dk_nrf52840` that enforces the limitations imposed by the nRF52811
IC, which is a variant of the original nRF52840. Since Nordic does not offer a
development kit for the nRF52811 you can use this board to develop for this IC
@ -15,6 +15,10 @@ while using the nRF52840 Development Kit (PCA10056).
See :ref:`nrf52840dk_nrf52840` for more information about the development board
and `nRF52811 website`_ for the official reference on the IC itself.
.. note::
In earlier Zephyr releases this board was known as ``nrf52811_pca10056``.
References
**********

View file

@ -8,8 +8,8 @@
#include <nordic/nrf52811_qfaa.dtsi>
/ {
model = "Nordic PCA10056 Dev Kit";
compatible = "nordic,pca10056-dk", "nordic,nrf52811-qfaa",
model = "Nordic nRF52840 DK NRF52811";
compatible = "nordic,nrf52840-dk-nrf52811", "nordic,nrf52811-qfaa",
"nordic,nrf52811";
chosen {

View file

@ -1,5 +1,5 @@
identifier: nrf52811_pca10056
name: nRF52811-PCA10056
identifier: nrf52840dk_nrf52811
name: nRF52840-DK-NRF52811
type: mcu
arch: arm
toolchain:

View file

@ -4,7 +4,7 @@
CONFIG_SOC_SERIES_NRF52X=y
CONFIG_SOC_NRF52811_QFAA=y
CONFIG_BOARD_NRF52811_PCA10056=y
CONFIG_BOARD_NRF52840DK_NRF52811=y
# Enable MPU
CONFIG_ARM_MPU=y

View file

@ -10,3 +10,4 @@
set(nrf51_pca10028_DEPRECATED nrf51dk_nrf51422)
set(nrf52840_pca10056_DEPRECATED nrf52840dk_nrf52840)
set(nrf52811_pca10056_DEPRECATED nrf52840dk_nrf52811)