soc: arm: nordic_nrf: nrf91: rename nRF9161 SICA to LACA

This patch corrects the name of the nRF9161,
which is LACA, not SICA.

Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
This commit is contained in:
Maximilian Deubel 2023-08-22 12:24:33 +02:00 committed by Carles Cufí
commit 4cde3ea70f
9 changed files with 13 additions and 13 deletions

View file

@ -3,7 +3,7 @@
# Copyright (c) 2023 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
if SOC_NRF9161_SICA
if SOC_NRF9161_LACA
config BOARD_NRF9161DK_NRF9161
bool "nRF9161 DK NRF9161"
@ -11,4 +11,4 @@ config BOARD_NRF9161DK_NRF9161
config BOARD_NRF9161DK_NRF9161_NS
bool "nRF9161 DK NRF9161 non-secure"
endif # SOC_NRF9161_SICA
endif # SOC_NRF9161_LACA

View file

@ -5,7 +5,7 @@
*/
/dts-v1/;
#include <nordic/nrf9161_sica.dtsi>
#include <nordic/nrf9161_laca.dtsi>
#include "nrf9161dk_nrf9161_common.dtsi"
/ {

View file

@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_NRF91X=y
CONFIG_SOC_NRF9161_SICA=y
CONFIG_SOC_NRF9161_LACA=y
CONFIG_BOARD_NRF9161DK_NRF9161=y
# Enable MPU

View file

@ -5,7 +5,7 @@
*/
/dts-v1/;
#include <nordic/nrf9161ns_sica.dtsi>
#include <nordic/nrf9161ns_laca.dtsi>
#include "nrf9161dk_nrf9161_common.dtsi"
/ {

View file

@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
CONFIG_SOC_SERIES_NRF91X=y
CONFIG_SOC_NRF9161_SICA=y
CONFIG_SOC_NRF9161_LACA=y
CONFIG_BOARD_NRF9161DK_NRF9161_NS=y
# Enable MPU

View file

@ -17,7 +17,7 @@
/ {
soc {
compatible = "nordic,nrf9161-sica", "nordic,nrf9120",
compatible = "nordic,nrf9161-laca", "nordic,nrf9120",
"nordic,nrf91", "simple-bus";
};
};

View file

@ -17,7 +17,7 @@
/ {
soc {
compatible = "nordic,nrf9161-sica", "nordic,nrf9120",
compatible = "nordic,nrf9161-laca", "nordic,nrf9120",
"nordic,nrf91", "simple-bus";
};
};

View file

@ -3,12 +3,12 @@
# Copyright (c) 2023 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
if SOC_NRF9161_SICA
if SOC_NRF9161_LACA
config SOC
default "nRF9161_SICA"
default "nRF9161_LACA"
config NUM_IRQS
default 65
endif # SOC_NRF9161_SICA
endif # SOC_NRF9161_LACA

View file

@ -26,8 +26,8 @@ config SOC_NRF9160_SICA
# That's why in the top level of SoC definitions (for user-configurable
# options in Kconfig, for example) the nRF9161 term is used and nRF9120
# underneath.
config SOC_NRF9161_SICA
bool "NRF9161_SICA"
config SOC_NRF9161_LACA
bool "NRF9161_LACA"
select SOC_NRF9120
config SOC_NRF9131_LACA