boards: arc: iotdk: 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
ff0e0fce1b
commit
06c2054e5c
@@ -1,10 +0,0 @@
|
||||
# DesignWare ARC IoT Development Kit board configuration
|
||||
|
||||
# Copyright (c) 2018 Synopsys, Inc. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_IOTDK
|
||||
bool "ARC IoT Development Kit"
|
||||
depends on SOC_ARC_IOT
|
||||
help
|
||||
The DesignWare ARC IoT Development Kit board is a versatile platform that includes the necessary hardware and software to accelerate software development and debugging of sensor fusion, voice recognition and face detection designs. It includes a silicon implementation of the ARC Data Fusion IP Subsystem running at 144 MHz on SMIC's 55-nm ultra-low power process, and a rich set of peripherals commonly used in IoT designs such as USB, UART, SPI, I2C, PWM, SDIO and ADCs.
|
||||
@@ -1,5 +0,0 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD
|
||||
default "iotdk"
|
||||
depends on BOARD_IOTDK
|
||||
@@ -1,2 +0,0 @@
|
||||
/* SPDX-License-Identifier: Apache-2.0 */
|
||||
|
||||
14
boards/synopsys/iotdk/Kconfig.iotdk
Normal file
14
boards/synopsys/iotdk/Kconfig.iotdk
Normal file
@@ -0,0 +1,14 @@
|
||||
# DesignWare ARC IoT Development Kit board configuration
|
||||
|
||||
# Copyright (c) 2018 Synopsys, Inc. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_IOTDK
|
||||
select SOC_ARC_IOT
|
||||
help
|
||||
The DesignWare ARC IoT Development Kit board is a versatile platform that includes the
|
||||
necessary hardware and software to accelerate software development and debugging of
|
||||
sensor fusion, voice recognition and face detection designs. It includes a silicon
|
||||
implementation of the ARC Data Fusion IP Subsystem running at 144 MHz on SMIC's 55-nm
|
||||
ultra-low power process, and a rich set of peripherals commonly used in IoT designs
|
||||
such as USB, UART, SPI, I2C, PWM, SDIO and ADCs.
|
||||
5
boards/synopsys/iotdk/board.yml
Normal file
5
boards/synopsys/iotdk/board.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
board:
|
||||
name: iotdk
|
||||
vendor: Synopsys
|
||||
socs:
|
||||
- name: arc_iot
|
||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
@@ -8,7 +8,6 @@
|
||||
|
||||
#include <synopsys/arc_iot.dtsi>
|
||||
#include <mem.h>
|
||||
#include "board.dtsi"
|
||||
|
||||
/ {
|
||||
model = "iotdk";
|
||||
@@ -1,7 +1,5 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
CONFIG_SOC_ARC_IOT=y
|
||||
CONFIG_BOARD_IOTDK=y
|
||||
CONFIG_XIP=n
|
||||
CONFIG_BUILD_NO_GAP_FILL=y
|
||||
CONFIG_BUILD_OUTPUT_BIN=n
|
||||
Reference in New Issue
Block a user