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:
Anisetti Avinash Krishna 2024-01-10 21:32:23 +05:30 committed by David Leach
parent 0e87de0a10
commit 62c8b066c0
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1 @@
CONFIG_UART_INTERRUPT_DRIVEN=y

View file

@ -0,0 +1,13 @@
/*
* Copyright (c) 2024 Intel Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
dut: &uart2 {
status = "okay";
};
&uart2_dma {
status = "okay";
};