Skip to content

Commit 5a8652b

Browse files
MarkWangChineseaescolar
authored andcommitted
tests: bluetooth: shell: test a2dp on mimxrt1060_evk + murata 1xk
add the mimxrt1060_evk hci uart overlay file. Signed-off-by: Mark Wang <[email protected]>
1 parent c561835 commit 5a8652b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
* Copyright 2023 NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
chosen {
9+
zephyr,bt-uart = &lpuart3;
10+
};
11+
};
12+
13+
&lpuart3 {
14+
status = "okay";
15+
current-speed = <3000000>;
16+
hw-flow-control;
17+
};

0 commit comments

Comments
 (0)