1/* 2 * Copyright 2024 Nordic Semiconductor ASA 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 6 7/ { 8 9 chosen { 10 zephyr,shell-uart = &uart1; 11 }; 12}; 13 14&uart1 { 15 status = "okay"; 16}; 17