Skip to content

Commit 7d21bdf

Browse files
tiennguyenzgkartben
authored andcommitted
tests: drivers: gpio: Add support for RZ/V2H-EVK R8 core
Add support for RZ/V2H-EVK R8 core Signed-off-by: Tien Nguyen <tien.nguyen.zg@renesas.com>
1 parent 23bf54f commit 7d21bdf

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
&gpio0 {
7+
irqs = <0 1>;
8+
status = "okay";
9+
};
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_SKIP_PULL_TEST=y
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
/ {
7+
resources {
8+
compatible = "test-gpio-basic-api";
9+
out-gpios = <&gpio8 0 GPIO_ACTIVE_HIGH>;
10+
in-gpios = <&gpio8 1 GPIO_ACTIVE_HIGH>;
11+
};
12+
};
13+
14+
&gpio8 {
15+
irqs = <1 24>;
16+
status = "okay";
17+
};

0 commit comments

Comments
 (0)