23 lines
406 B
Plaintext
23 lines
406 B
Plaintext
/*
|
|
* Copyright (c) 2023 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/dts-v1/;
|
|
#include <nordic/nrf9151ns_laca.dtsi>
|
|
#include "nrf9151dk_nrf9151_common.dtsi"
|
|
|
|
/ {
|
|
chosen {
|
|
zephyr,flash = &flash0;
|
|
zephyr,sram = &sram0_ns_app;
|
|
zephyr,code-partition = &slot0_ns_partition;
|
|
};
|
|
};
|
|
|
|
/* Disable UART1, because it is used by default in TF-M */
|
|
&uart1 {
|
|
status = "disabled";
|
|
};
|