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