tests: bluetooth: shell: test a2dp on mimxrt1060_evk + murata 1xk
add the mimxrt1060_evk hci uart overlay file. Signed-off-by: Mark Wang <yichang.wang@nxp.com>
This commit is contained in:
parent
c56183529c
commit
5a8652b0c2
1 changed files with 17 additions and 0 deletions
17
tests/bluetooth/shell/boards/mimxrt1060_evk.overlay
Normal file
17
tests/bluetooth/shell/boards/mimxrt1060_evk.overlay
Normal file
|
@ -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;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue