| /* | |
| * Copyright (c) 2024 CTHINGS.CO | |
| * | |
| * SPDX-License-Identifier: Apache-2.0 | |
| */ | |
| /dts-v1/; | |
| #include <nordic/nrf9161ns_laca.dtsi> | |
| #include "ctcc_nrf9161_common.dtsi" | |
| / { | |
| chosen { | |
| zephyr,flash = &flash0; | |
| zephyr,sram = &sram0_ns; | |
| zephyr,code-partition = &slot0_ns_partition; | |
| }; | |
| }; | |
| /* Disable UART1, because it is used by default in TF-M */ | |
| &uart1 { | |
| status = "disabled"; | |
| }; |