1/* SPDX-License-Identifier: Apache-2.0 */
2
3/ {
4    chosen {
5        zephyr,uart-pipe = &uart0;
6    };
7};
8
9&uart0 {
10    compatible = "nordic,nrf-uarte";
11    current-speed = <115200>;
12    status = "okay";
13    hw-flow-control;
14};
15