Browse Source

tests: drivers: rtc: sam: enable tests for sama7g54_ek

Enable tests: tests/drivers/rtc/rtc_api.

Signed-off-by: Tony Han <tony.han@microchip.com>
pull/92271/head
Tony Han 3 months ago committed by Dan Kalowsky
parent
commit
c61f7f09bc
  1. 3
      tests/drivers/rtc/rtc_api/boards/sama7g54_ek.conf
  2. 11
      tests/drivers/rtc/rtc_api/boards/sama7g54_ek.overlay

3
tests/drivers/rtc/rtc_api/boards/sama7g54_ek.conf

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
CONFIG_RTC_ALARM=y
CONFIG_RTC_UPDATE=y
CONFIG_RTC_CALIBRATION=y

11
tests/drivers/rtc/rtc_api/boards/sama7g54_ek.overlay

@ -0,0 +1,11 @@ @@ -0,0 +1,11 @@
/*
* Copyright (C) 2025 Microchip Technology Inc. and its subsidiaries
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
aliases {
rtc = &rtc;
};
};
Loading…
Cancel
Save