Skip to content

Commit 93674a6

Browse files
Phi Tranjhedberg
authored andcommitted
tests: serial: Add overlay for RSK-RX130@512KB board
Add uart property in tests/uart/uart_async_api for test async APIs on RSK-RX130-512KB board. Signed-off-by: Phi Tran <phi.tran.jg@bp.renesas.com>
1 parent 889a21d commit 93674a6

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&pinctrl {
8+
sci5_default: sci5_default {
9+
group1 {
10+
psels = <RX_PSEL(RX_PSEL_PAnPFS_TXD5, 10, 4)>,
11+
<RX_PSEL(RX_PSEL_PAnPFS_RXD5, 10, 2)>;
12+
};
13+
};
14+
};
15+
16+
&sci5 {
17+
pinctrl-0 = <&sci5_default>;
18+
pinctrl-names = "default";
19+
status = "okay";
20+
dut: uart {
21+
current-speed = <115200>;
22+
status = "okay";
23+
};
24+
};

0 commit comments

Comments
 (0)