Skip to content

Commit 62c8b06

Browse files
akanisettidleach02
authored andcommitted
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 <[email protected]>
1 parent 0e87de0 commit 62c8b06

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_UART_INTERRUPT_DRIVEN=y
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Copyright (c) 2024 Intel Corporation
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
dut: &uart2 {
8+
status = "okay";
9+
};
10+
11+
&uart2_dma {
12+
status = "okay";
13+
};

0 commit comments

Comments
 (0)