Skip to content

Commit 8740b23

Browse files
committed
tests: uart: update overlay for RA8x1
Add interrupts information for these boards: - ek_ra8d1 - mck_ra8t1 Signed-off-by: The Nguyen <the.nguyen.yf@renesas.com>
1 parent dc53c31 commit 8740b23

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/drivers/uart/uart_async_api/boards/ek_ra8d1.overlay

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
&sci2 {
2121
pinctrl-0 = <&sci2_default>;
2222
pinctrl-names = "default";
23+
interrupts = <92 12>, <93 12>, <94 12>, <95 12>;
24+
interrupt-names = "rxi", "txi", "tei", "eri";
2325
status = "okay";
2426
dut: uart {
2527
current-speed = <115200>;

tests/drivers/uart/uart_async_api/boards/mck_ra8t1.overlay

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
&sci4 {
2121
pinctrl-0 = <&sci4_default>;
2222
pinctrl-names = "default";
23+
interrupts = <92 12>, <93 12>, <94 12>, <95 12>;
24+
interrupt-names = "rxi", "txi", "tei", "eri";
2325
status = "okay";
2426
dut: uart {
2527
current-speed = <115200>;

0 commit comments

Comments
 (0)