Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
@ -1,12 +0,0 @@ |
|||||||
# reel board configuration |
|
||||||
|
|
||||||
# Copyright (c) 2018-2019 PHYTEC Messtechnik GmbH |
|
||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
config BOARD_REEL_BOARD |
|
||||||
bool "reel board equipped with GDEH0213B1 display" |
|
||||||
depends on SOC_NRF52840_QIAA |
|
||||||
|
|
||||||
config BOARD_REEL_BOARD_V2 |
|
||||||
bool "reel board equipped with GDEH0213B72 display" |
|
||||||
depends on SOC_NRF52840_QIAA |
|
@ -1,22 +0,0 @@ |
|||||||
identifier: reel_board_v2 |
|
||||||
name: reel-board-v2 |
|
||||||
type: mcu |
|
||||||
arch: arm |
|
||||||
ram: 512 |
|
||||||
flash: 1024 |
|
||||||
toolchain: |
|
||||||
- zephyr |
|
||||||
- gnuarmemb |
|
||||||
- xtools |
|
||||||
supported: |
|
||||||
- i2c |
|
||||||
- spi |
|
||||||
- gpio |
|
||||||
- usb_device |
|
||||||
- usb_cdc |
|
||||||
- ble |
|
||||||
- pwm |
|
||||||
- arduino_i2c |
|
||||||
- arduino_spi |
|
||||||
- arduino_gpio |
|
||||||
vendor: phytec |
|
@ -1,18 +0,0 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
|
||||||
|
|
||||||
CONFIG_SOC_SERIES_NRF52X=y |
|
||||||
CONFIG_SOC_NRF52840_QIAA=y |
|
||||||
CONFIG_BOARD_REEL_BOARD_V2=y |
|
||||||
|
|
||||||
# Enable MPU |
|
||||||
CONFIG_ARM_MPU=y |
|
||||||
|
|
||||||
# enable GPIO |
|
||||||
CONFIG_GPIO=y |
|
||||||
|
|
||||||
# enable uart driver |
|
||||||
CONFIG_SERIAL=y |
|
||||||
|
|
||||||
# enable console |
|
||||||
CONFIG_CONSOLE=y |
|
||||||
CONFIG_UART_CONSOLE=y |
|
@ -0,0 +1,9 @@ |
|||||||
|
# reel board configuration |
||||||
|
|
||||||
|
# Copyright (c) 2018-2019 PHYTEC Messtechnik GmbH |
||||||
|
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
config BOARD_REEL_BOARD |
||||||
|
bool |
||||||
|
default y |
||||||
|
select SOC_NRF52840_QIAA |
@ -0,0 +1,11 @@ |
|||||||
|
board: |
||||||
|
name: reel_board |
||||||
|
vendor: PHYTEC Messtechnik GmbH |
||||||
|
socs: |
||||||
|
- name: nrf52840 |
||||||
|
revision: |
||||||
|
format: number |
||||||
|
default: "1" |
||||||
|
revisions: |
||||||
|
- name: "1" |
||||||
|
- name: "2" |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
@ -1,14 +1,12 @@ |
|||||||
/* |
/* |
||||||
* Copyright (c) 2018-2019 PHYTEC Messtechnik GmbH |
* Copyright (c) 2018-2019 PHYTEC Messtechnik GmbH |
||||||
* Copyright (c) 2017 Linaro Limited |
* Copyright (c) 2017 Linaro Limited |
||||||
|
* Copyright (c) 2023 Nordic Semiconductor ASA |
||||||
* |
* |
||||||
* SPDX-License-Identifier: Apache-2.0 |
* SPDX-License-Identifier: Apache-2.0 |
||||||
*/ |
*/ |
||||||
|
|
||||||
/dts-v1/; |
#include "reel_board_2-pinctrl.dtsi" |
||||||
#include <nordic/nrf52840_qiaa.dtsi> |
|
||||||
#include "reel_board.dtsi" |
|
||||||
#include "reel_board_v2-pinctrl.dtsi" |
|
||||||
|
|
||||||
/ { |
/ { |
||||||
model = "reel board v2"; |
model = "reel board v2"; |
@ -1,9 +1,5 @@ |
|||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
CONFIG_SOC_SERIES_NRF52X=y |
|
||||||
CONFIG_SOC_NRF52840_QIAA=y |
|
||||||
CONFIG_BOARD_REEL_BOARD=y |
|
||||||
|
|
||||||
# Enable MPU |
# Enable MPU |
||||||
CONFIG_ARM_MPU=y |
CONFIG_ARM_MPU=y |
||||||
|
|