zephyr/tests/bluetooth/tester/nrf5340dk_nrf5340_cpuapp.ov...

15 lines
227 B
Plaintext

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