tests: drivers: uart: add uart_async_api support for frdm_mcxa156 board
add uart_async_api test support for frdm_mcxa156 board Signed-off-by: Neil Chen <cheng.chen_1@nxp.com>
This commit is contained in:
parent
663960c914
commit
96a9a5ea90
1 changed files with 9 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
* Copyright 2024 NXP
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/*
|
||||
* To test this sample connect P3_20 to P3_21
|
||||
*/
|
||||
dut: &lpuart1 {};
|
||||
Loading…
Reference in a new issue