Skip to content

Commit e8548bd

Browse files
committed
tests: drivers: uart: Add overlay for mcb_rx26t async test
Add overlay for mcb_rx26t uart async test Signed-off-by: Quy Tran <[email protected]>
1 parent 6df2484 commit e8548bd

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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, 9, 0)>,
11+
<RX_PSEL(RX_PSEL_PAnPFS_RXD5, 14, 0)>;
12+
};
13+
};
14+
};
15+
16+
&sci5 {
17+
pinctrl-0 = <&sci5_default>;
18+
pinctrl-names = "default";
19+
status = "okay";
20+
21+
dut: uart {
22+
current-speed = <115200>;
23+
status = "okay";
24+
};
25+
};

0 commit comments

Comments
 (0)