zephyr/samples/bluetooth/hci_uart/96b_nitrogen.overlay
Carles Cufi 7a0588ac9f samples: bluetooth: Set DT baud rate for nRF5x boards
Since most of nRF5x-based boards can be used either as a standalone
development kit or as a BLE controller to connect to an external host,
add DT overlays so that the baud rate is correctly set to 1Mbit/s
whenever building the hci_uart sample application.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2017-05-03 08:43:17 -05:00

6 lines
89 B
Plaintext

&uart0 {
compatible = "nordic,nrf-uart";
current-speed = <1000000>;
status = "ok";
};