Skip to content

Commit e7f04d6

Browse files
rob-robinson-14nordicjm
authored andcommitted
boards, dts, soc: nordic Update license for board and soc files
The license agreement for files within sdk-nrf differs from what will eventually be required from upstream zephyr. All SPDX-License-Identifier: Apache-2.0 have been updated to SPDX-License-Identifier: LicenseRef-Nordic-5-Clause Signed-off-by: Robert Robinson <[email protected]>
1 parent 18481fe commit e7f04d6

29 files changed

+29
-29
lines changed

boards/nordic/nrf7120pdk/board.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) 2025 Nordic Semiconductor ASA
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
33

44
if(CONFIG_SOC_NRF7120_ENGA_CPUAPP)
55
board_runner_args(jlink "--device=cortex-m33" "--speed=4000")

boards/nordic/nrf7120pdk/nrf7120_cpuapp_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) 2025 Nordic Semiconductor ASA
33
*
4-
* SPDX-License-Identifier: Apache-2.0
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

77
/* This file is common to the secure and non-secure domain */

boards/nordic/nrf7120pdk/nrf7120pdk_nrf7120-common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) 2025 Nordic Semiconductor ASA
33
*
4-
* SPDX-License-Identifier: Apache-2.0
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

77
#include "nrf7120pdk_nrf7120-pinctrl.dtsi"

boards/nordic/nrf7120pdk/nrf7120pdk_nrf7120-pinctrl.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) 2025 Nordic Semiconductor
3-
* SPDX-License-Identifier: Apache-2.0
3+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
44
*/
55

66
&pinctrl {

boards/nordic/nrf7120pdk/nrf7120pdk_nrf7120_cpuapp.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) 2025 Nordic Semiconductor ASA
33
*
4-
* SPDX-License-Identifier: Apache-2.0
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

77
/dts-v1/;

boards/nordic/nrf7120pdk/nrf7120pdk_nrf7120_cpuapp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) 2025 Nordic Semiconductor ASA
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
33

44
identifier: nrf7120pdk/nrf7120/cpuapp
55
name: nRF7120-PDK-nRF7120-Application

boards/nordic/nrf7120pdk/nrf7120pdk_nrf7120_cpuapp_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) 2025 Nordic Semiconductor ASA
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
33

44
# Enable UART driver
55
CONFIG_SERIAL=y

boards/nordic/nrf7120pdk/nrf7120pdk_nrf7120_cpuapp_ns.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) 2025 Nordic Semiconductor ASA
33
*
4-
* SPDX-License-Identifier: Apache-2.0
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

77
/dts-v1/;

boards/nordic/nrf7120pdk/nrf7120pdk_nrf7120_cpuflpr.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) 2025 Nordic Semiconductor ASA
33
*
4-
* SPDX-License-Identifier: Apache-2.0
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

77
/dts-v1/;

boards/nordic/nrf7120pdk/nrf7120pdk_nrf7120_cpuflpr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) 2025 Nordic Semiconductor ASA
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
33

44
identifier: nrf7120pdk/nrf7120/cpuflpr
55
name: nRF7120-PDK-nRF7120-Fast-Lightweight-Peripheral-Processor

boards/nordic/nrf7120pdk/nrf7120pdk_nrf7120_cpuflpr_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) 2025 Nordic Semiconductor ASA
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
33

44
# Enable UART driver
55
CONFIG_SERIAL=y
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) 2025 Nordic Semiconductor ASA
33
*
4-
* SPDX-License-Identifier: Apache-2.0
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

77
#include "nrf7120pdk_nrf7120_cpuflpr.dts"

boards/nordic/nrf7120pdk/nrf7120pdk_nrf7120_cpuflpr_xip.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) 2025 Nordic Semiconductor ASA
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
33

44
identifier: nrf7120pdk/nrf7120/cpuflpr/xip
55
name: nRF7120-PDK-nRF7120-Fast-Lightweight-Peripheral-Processor (MRAM XIP)

boards/nordic/nrf7120pdk/nrf7120pdk_nrf7120_cpuflpr_xip_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) 2025 Nordic Semiconductor ASA
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
33

44
# Enable UART driver
55
CONFIG_SERIAL=y

dts/arm/nordic/nrf7120_enga_cpuapp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) 2025 Nordic Semiconductor ASA
33
*
4-
* SPDX-License-Identifier: Apache-2.0
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

77
#include <nordic/nrf7120_enga.dtsi>

dts/riscv/nordic/nrf7120_enga_cpuflpr.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) 2025 Nordic Semiconductor ASA
33
*
4-
* SPDX-License-Identifier: Apache-2.0
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

77
#include <nordic/nrf7120_enga.dtsi>

soc/nordic/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-License-Identifier: Apache-2.0
1+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
22

33
zephyr_library()
44

soc/nordic/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Nordic Semiconductor nRFx MCU line
22

33
# Copyright (c) 2016-2025 Nordic Semiconductor ASA
4-
# SPDX-License-Identifier: Apache-2.0
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55

66
# This file is contains Zephyr build system Kconfig references and is not
77
# re-usable outside the Zephyr tree.

soc/nordic/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Nordic Semiconductor nRFx MCU line
22

33
# Copyright (c) 2016-2025 Nordic Semiconductor ASA
4-
# SPDX-License-Identifier: Apache-2.0
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55

66
# This file is contains Zephyr build system Kconfig references and is not
77
# re-usable outside the Zephyr tree.

soc/nordic/Kconfig.soc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) 2025 Nordic Semiconductor ASA
22

3-
# SPDX-License-Identifier: Apache-2.0
3+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
44

55
config SOC_SERIES
66
default "nrf71" if SOC_SERIES_NRF71X

soc/nordic/nrf71/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) 2025 Nordic Semiconductor ASA
2-
# SPDX-License-Identifier: Apache-2.0
2+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
33

44
zephyr_library_sources(
55
soc.c

soc/nordic/nrf71/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Nordic Semiconductor nRF71 MCU line
22

33
# Copyright (c) 2025 Nordic Semiconductor ASA
4-
# SPDX-License-Identifier: Apache-2.0
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55

66
config SOC_SERIES_NRF71X
77
select HAS_NRFX

soc/nordic/nrf71/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Nordic Semiconductor nRF71 MCU line
22

33
# Copyright (c) 2025 Nordic Semiconductor ASA
4-
# SPDX-License-Identifier: Apache-2.0
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55

66
if SOC_SERIES_NRF71X
77

soc/nordic/nrf71/Kconfig.defconfig.nrf7120_enga_cpuapp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Nordic Semiconductor nRF7120 MCU
22

33
# Copyright (c) 2025 Nordic Semiconductor ASA
4-
# SPDX-License-Identifier: Apache-2.0
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55

66
if SOC_NRF7120_ENGA_CPUAPP
77

soc/nordic/nrf71/Kconfig.defconfig.nrf7120_enga_cpuflpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Nordic Semiconductor nRF7120 MCU
22

33
# Copyright (c) 2025 Nordic Semiconductor ASA
4-
# SPDX-License-Identifier: Apache-2.0
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55

66
if SOC_NRF7120_ENGA_CPUFLPR
77

soc/nordic/nrf71/Kconfig.soc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Nordic Semiconductor nRF71 MCU line
22

33
# Copyright (c) 2025 Nordic Semiconductor ASA
4-
# SPDX-License-Identifier: Apache-2.0
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55

66
config SOC_NRF7120
77
bool

soc/nordic/nrf71/align.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) 2025 Nordic Semiconductor ASA.
3-
* SPDX-License-Identifier: Apache-2.0
3+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
44
*/
55

66
SECTION_PROLOGUE(.align16,,)

soc/nordic/nrf71/soc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) 2025 Nordic Semiconductor ASA
33
*
4-
* SPDX-License-Identifier: Apache-2.0
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

77
/**

soc/nordic/nrf71/soc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Copyright (c) 2025 Nordic Semiconductor ASA
33
*
4-
* SPDX-License-Identifier: Apache-2.0
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
*/
66

77
/**

0 commit comments

Comments
 (0)