zephyr/samples/bluetooth/hci_uart/boards/nrf51_blenano.overlay

9 lines
152 B
Plaintext
Raw Normal View History

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