Skip to content

Commit

Permalink
tests: bluetooth: shell: test a2dp on mimxrt1060_evk + murata 1xk
Browse files Browse the repository at this point in the history
add the mimxrt1060_evk hci uart overlay file.

Signed-off-by: Mark Wang <[email protected]>
  • Loading branch information
MarkWangChinese authored and aescolar committed May 28, 2024
1 parent c561835 commit 5a8652b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tests/bluetooth/shell/boards/mimxrt1060_evk.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
* Copyright 2023 NXP
*
* SPDX-License-Identifier: Apache-2.0
*/

/ {
chosen {
zephyr,bt-uart = &lpuart3;
};
};

&lpuart3 {
status = "okay";
current-speed = <3000000>;
hw-flow-control;
};

0 comments on commit 5a8652b

Please sign in to comment.