Skip to content

Commit d282513

Browse files
rugeGerritsenjhedberg
authored andcommitted
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 <[email protected]>
1 parent b5f70ef commit d282513

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
&uart0 {
4+
compatible = "nordic,nrf-uarte";
5+
current-speed = <1000000>;
6+
status = "okay";
7+
};

0 commit comments

Comments
 (0)