zephyr/samples/bluetooth/hci_uart_3wire/boards/nrf52dk_nrf52832.overlay

8 lines
133 B
Plaintext

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