Skip to content

Commit 49f520f

Browse files
nhutnguyenkckartben
authored andcommitted
tests: kernel: tickless: Add support for RZ/G3S-SMARC
Add test support for System Timer driver of RZ/G3S-SMARC Signed-off-by: Nhut Nguyen <[email protected]> Signed-off-by: Hoang Nguyen <[email protected]>
1 parent 1e24a6e commit 49f520f

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) 2024 Renesas Electronics Corporation
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
&gtm0 {
8+
os_timer {
9+
status = "okay";
10+
};
11+
};
12+
13+
&systick {
14+
status = "disabled";
15+
};

0 commit comments

Comments
 (0)