blob: 12d45e2d0f294b3d1e5caef38753962bc4a64b07 [file] [log] [blame]
/* SPDX-License-Identifier: Apache-2.0 */
/ {
chosen {
zephyr,uart-pipe = &uart0;
};
};
&uart0 {
compatible = "nordic,nrf-uarte";
current-speed = <115200>;
status = "okay";
hw-flow-control;
};