zephyr/tests/bluetooth/tester/nrf52840dk_nrf52840.overlay

14 lines
184 B
Plaintext
Raw Permalink Normal View History

/* SPDX-License-Identifier: Apache-2.0 */
/ {
chosen {
zephyr,uart-pipe = &uart0;
};
};
&uart0 {
compatible = "nordic,nrf-uart";
current-speed = <115200>;
status = "okay";
};