tests: drivers: uart: uart_async_api: Enable test for adl_crb
Enable uart_async_api test for ADL_CRB Signed-off-by: Anisetti Avinash Krishna <anisetti.avinash.krishna@intel.com>
This commit is contained in:
parent
0e87de0a10
commit
62c8b066c0
|
@ -0,0 +1 @@
|
|||
CONFIG_UART_INTERRUPT_DRIVEN=y
|
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* Copyright (c) 2024 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
dut: &uart2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart2_dma {
|
||||
status = "okay";
|
||||
};
|
Loading…
Reference in a new issue