Skip to content

Commit ffc9cfb

Browse files
bindushree98kartben
authored andcommitted
tests: drivers: uart: uart_async_api: Enabled tests for BTL-S
Enabled tests for intel_btl_s_crb platform. Signed-off-by: Bindu S <[email protected]>
1 parent 17d1895 commit ffc9cfb

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) 2025 Intel Corporation
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
dut: &uart0 {
8+
status = "okay";
9+
};
10+
11+
&uart0_dma {
12+
status = "okay";
13+
};

0 commit comments

Comments
 (0)