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 <nhut.nguyen.kc@renesas.com>
Signed-off-by: Hoang Nguyen <hoang.nguyen.jx@bp.renesas.com>
This commit is contained in:
Nhut Nguyen 2024-12-15 23:08:20 +07:00 committed by Benjamin Cabé
parent 1e24a6e354
commit 49f520fcd9

View File

@ -0,0 +1,15 @@
/*
* Copyright (c) 2024 Renesas Electronics Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
&gtm0 {
os_timer {
status = "okay";
};
};
&systick {
status = "disabled";
};