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:
parent
b5f70ef1c0
commit
d2825134c4
1 changed files with 7 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
/* SPDX-License-Identifier: Apache-2.0 */
|
||||
|
||||
&uart0 {
|
||||
compatible = "nordic,nrf-uarte";
|
||||
current-speed = <1000000>;
|
||||
status = "okay";
|
||||
};
|
||||
Loading…
Reference in a new issue