boards: arm: pan1770_evb: Convert to v2
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
committed by
Carles Cufi
parent
156ee8ad8a
commit
7b64c638a8
@@ -5,9 +5,6 @@
|
||||
|
||||
if BOARD_PAN1770_EVB
|
||||
|
||||
config BOARD
|
||||
default "pan1770_evb"
|
||||
|
||||
config BT_CTLR
|
||||
default BT
|
||||
|
||||
@@ -4,5 +4,6 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_PAN1770_EVB
|
||||
bool "pan1770-evb"
|
||||
depends on SOC_NRF52840_QIAA
|
||||
bool
|
||||
default y
|
||||
select SOC_NRF52840_QIAA
|
||||
5
boards/panasonic/pan1770_evb/board.yml
Normal file
5
boards/panasonic/pan1770_evb/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: pan1770_evb
|
||||
vendor: Panasonic Industrial Devices Europe GmbH
|
||||
socs:
|
||||
- name: nrf52840
|
||||
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
@@ -3,10 +3,6 @@
|
||||
# Copyright (c) 2022 Panasonic Industrial Devices Europe GmbH
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_SERIES_NRF52X=y
|
||||
CONFIG_SOC_NRF52840_QIAA=y
|
||||
CONFIG_BOARD_PAN1770_EVB=y
|
||||
|
||||
# Enable MPU
|
||||
CONFIG_ARM_MPU=y
|
||||
|
||||
7
boards/panasonic/pan1770_evb/pre_dt_board.cmake
Normal file
7
boards/panasonic/pan1770_evb/pre_dt_board.cmake
Normal file
@@ -0,0 +1,7 @@
|
||||
# Copyright (c) 2022 Nordic Semiconductor
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# Suppress "unique_unit_address_if_enabled" to handle the following overlaps:
|
||||
# - power@40000000 & clock@40000000 & bprot@40000000
|
||||
# - acl@4001e000 & flash-controller@4001e000
|
||||
list(APPEND EXTRA_DTC_FLAGS "-Wno-unique_unit_address_if_enabled")
|
||||
Reference in New Issue
Block a user