zephyr/samples/net/openthread/coprocessor/boards/nrf52833dk_nrf52833.overlay

17 lines
203 B
Plaintext

/*
* Copyright (c) 2021 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
chosen {
zephyr,ot-uart = &uart0;
zephyr,console = &uart1;
};
};
&uart1 {
status = "okay";
};