Skip to content

Commit 6c15907

Browse files
Phuc Phamfabiobaltieri
authored andcommitted
tests: drivers: serial: Add support for Renesas RZ/G2UL-SMARC
Enable serial driver tests for RZ/G2UL-SMARC Signed-off-by: Phuc Pham <phuc.pham.xr@bp.renesas.com> Signed-off-by: Nhut Nguyen <nhut.nguyen.kc@renesas.com>
1 parent da26dbd commit 6c15907

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Enable UART console
2+
CONFIG_UART_CONSOLE=y
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
/ {
7+
chosen {
8+
zephyr,console = &scif0;
9+
zephyr,shell-uart = &scif0;
10+
};
11+
};
12+
13+
&scif0 {
14+
current-speed = <115200>;
15+
pinctrl-0 = <&scif0_pins>;
16+
pinctrl-names = "default";
17+
status = "okay";
18+
};

0 commit comments

Comments
 (0)