Skip to content

Commit 4a0e6d4

Browse files
bindushree98nashif
authored andcommitted
samples: drivers: uart: async_api: Added support for ADL
Added support for async api application on ADL-n platform Signed-off-by: Bindu S <bindu.s@intel.com>
1 parent cbb56fd commit 4a0e6d4

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/*
2+
* Copyright (c) 2025 Intel Corporation
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/ {
8+
chosen {
9+
zephyr,console = &uart0;
10+
zephyr,shell-uart = &uart0;
11+
};
12+
};
13+
14+
&uart1 {
15+
status = "okay";
16+
};
17+
18+
&uart1_dma {
19+
status = "okay";
20+
};

0 commit comments

Comments
 (0)