mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 23:21:57 +00:00
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>
6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
&uart0 {
|
|
compatible = "nordic,nrf-uart";
|
|
current-speed = <1000000>;
|
|
status = "ok";
|
|
};
|