Skip to content

Commit 2ff7122

Browse files
tests: boards: renesas: elc: Add support test app elc for ek_ra4c1
Add support test app ``renesas/elc`` for Renesas ek_ra4c1 board Signed-off-by: Khoa Nguyen <[email protected]>
1 parent 0cfde57 commit 2ff7122

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-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+
/ {
8+
aliases {
9+
elc-link = &elc;
10+
};
11+
};
12+
13+
&elc {
14+
status = "okay";
15+
};

0 commit comments

Comments
 (0)