diff --git a/tests/drivers/rtc/rtc_api/boards/sama7g54_ek.conf b/tests/drivers/rtc/rtc_api/boards/sama7g54_ek.conf new file mode 100644 index 00000000000..10768b5fc12 --- /dev/null +++ b/tests/drivers/rtc/rtc_api/boards/sama7g54_ek.conf @@ -0,0 +1,3 @@ +CONFIG_RTC_ALARM=y +CONFIG_RTC_UPDATE=y +CONFIG_RTC_CALIBRATION=y diff --git a/tests/drivers/rtc/rtc_api/boards/sama7g54_ek.overlay b/tests/drivers/rtc/rtc_api/boards/sama7g54_ek.overlay new file mode 100644 index 00000000000..9cb7879b71f --- /dev/null +++ b/tests/drivers/rtc/rtc_api/boards/sama7g54_ek.overlay @@ -0,0 +1,11 @@ +/* + * Copyright (C) 2025 Microchip Technology Inc. and its subsidiaries + * + * SPDX-License-Identifier: Apache-2.0 + */ + +/ { + aliases { + rtc = &rtc; + }; +};