Skip to content

Commit 7ab793b

Browse files
khoatranyjduynguyenxa
authored andcommitted
samples: drivers: rtc: Add tests support for rtc driver on Renesas
RA boards Add samples test support for RTC driver on these Renesas RA boards: - ek_ra8m1 - ek_ra8d1 - ek_ra8p1 - ek_ra4l1 Signed-off-by: Khoa Tran <[email protected]>
1 parent 0e1ca2b commit 7ab793b

File tree

4 files changed

+64
-0
lines changed

4 files changed

+64
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
/ {
7+
aliases {
8+
rtc = &rtc;
9+
};
10+
};
11+
12+
&rtc {
13+
interrupts = <63 1>;
14+
interrupt-names = "cup";
15+
status = "okay";
16+
};
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
/ {
7+
aliases {
8+
rtc = &rtc;
9+
};
10+
};
11+
12+
&rtc {
13+
interrupts = <95 1>;
14+
interrupt-names = "cup";
15+
status = "okay";
16+
};
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
/ {
7+
aliases {
8+
rtc = &rtc;
9+
};
10+
};
11+
12+
&rtc {
13+
interrupts = <95 1>;
14+
interrupt-names = "cup";
15+
status = "okay";
16+
};
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/*
2+
* Copyright (c) 2025 Renesas Electronics Corporation
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
6+
/ {
7+
aliases {
8+
rtc = &rtc;
9+
};
10+
};
11+
12+
&rtc {
13+
interrupts = <95 1>;
14+
interrupt-names = "cup";
15+
status = "okay";
16+
};

0 commit comments

Comments
 (0)