samples: bluetooth: hci_uart: add config for nrf5340_dk_nrf5340_cpuapp

Sets the baud rate to 1M to align with other nrf boards.

Signed-off-by: Rubin Gerritsen <Rubin.Gerritsen@nordicsemi.no>
This commit is contained in:
Rubin Gerritsen 2019-12-04 09:17:04 +01:00 committed by Johan Hedberg
parent b5f70ef1c0
commit d2825134c4

View file

@ -0,0 +1,7 @@
/* SPDX-License-Identifier: Apache-2.0 */
&uart0 {
compatible = "nordic,nrf-uarte";
current-speed = <1000000>;
status = "okay";
};