Skip to content

Commit c32c8f8

Browse files
committed
tests: drivers: build_all: add renesas_lvd test configurations
Add build test configuration for renesas_lvd on Renesas RA boards that currently support the comparator driver on LVD. Signed-off-by: The Nguyen <[email protected]>
1 parent 289c213 commit c32c8f8

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&lvd1 {
8+
lvd-action = "maskable-interrupt";
9+
voltage-level = <3>;
10+
interrupts = <90 12>;
11+
interrupt-names = "lvd";
12+
lvd-trigger = "falling";
13+
reset-negation-timing = <1>;
14+
status = "okay";
15+
};

tests/drivers/build_all/comparator/testcase.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,3 +124,9 @@ tests:
124124
- DTC_OVERLAY_FILE="nxp_cmp/frdm_mcxc242.dts"
125125
platform_allow:
126126
- frdm_mcxc242
127+
drivers.build_all.comparator.renesas_lvd:
128+
extra_args:
129+
- DTC_OVERLAY_FILE="renesas_lvd/lvd.overlay"
130+
platform_allow:
131+
- ek_ra8m1
132+
- ek_ra8p1/r7ka8p1kflcac/cm85

0 commit comments

Comments
 (0)