blob: 239169707713cc84a112196dc89cd091f610b9f5 [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;
};