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