Browse Source
Converts the board to hwmv2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>pull/69687/head
17 changed files with 38 additions and 51 deletions
@ -1,14 +0,0 @@
@@ -1,14 +0,0 @@
|
||||
# nRF9160 innblue V2.1 board configuration |
||||
|
||||
# Copyright (c) 2020 InnBlue |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if SOC_NRF9160_SICA |
||||
|
||||
config BOARD_NRF9160_INNBLUE21 |
||||
bool "nRF9160 innblue v2.1" |
||||
|
||||
config BOARD_NRF9160_INNBLUE21_NS |
||||
bool "nRF9160 innblue v2.1 non-secure" |
||||
|
||||
endif # SOC_NRF9160_SICA |
@ -0,0 +1,7 @@
@@ -0,0 +1,7 @@
|
||||
# nRF9160 innblue V2.1 board configuration |
||||
|
||||
# Copyright (c) 2020 InnBlue |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
config BOARD_INNBLUE21 |
||||
select SOC_NRF9160_SICA |
@ -0,0 +1,7 @@
@@ -0,0 +1,7 @@
|
||||
board: |
||||
name: innblue21 |
||||
vendor: innblue |
||||
socs: |
||||
- name: nrf9160 |
||||
variants: |
||||
- name: 'ns' |
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
identifier: nrf9160_innblue21 |
||||
identifier: innblue21/nrf9160 |
||||
name: nRF9160-INNBLUE21 |
||||
type: mcu |
||||
arch: arm |
@ -1,23 +1,18 @@
@@ -1,23 +1,18 @@
|
||||
# Copyright (c) 2020 InnBlue |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
# SOC / Board |
||||
CONFIG_SOC_SERIES_NRF91X=y |
||||
CONFIG_SOC_NRF9160_SICA=y |
||||
CONFIG_BOARD_NRF9160_INNBLUE21=y |
||||
|
||||
# Enable MPU |
||||
CONFIG_ARM_MPU=y |
||||
|
||||
# Enable TrustZone-M |
||||
CONFIG_ARM_TRUSTZONE_M=y |
||||
|
||||
# enable GPIO |
||||
# Enable GPIO |
||||
CONFIG_GPIO=y |
||||
|
||||
# Enable uart driver |
||||
# Enable UART driver |
||||
CONFIG_SERIAL=y |
||||
|
||||
# enable console |
||||
# Enable console |
||||
CONFIG_CONSOLE=y |
||||
CONFIG_UART_CONSOLE=y |
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
identifier: nrf9160_innblue21_ns |
||||
identifier: innblue21/nrf9160/ns |
||||
name: nRF9160-INNBLUE21-Non-Secure |
||||
type: mcu |
||||
arch: arm |
Loading…
Reference in new issue