-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: rtc: sam0: Add realtime clock driver
Add Atmel sam0 rtc calendar driver. Signed-off-by: Gerson Fernando Budke <[email protected]>
- Loading branch information
Showing
9 changed files
with
664 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Copyright (c) 2024 Gerson Fernando Budke <[email protected]> | ||
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
config RTC_ATMEL_SAM0 | ||
bool "Atmel SAM RTC driver" | ||
default y | ||
depends on DT_HAS_ATMEL_SAM0_RTC_ENABLED \ | ||
&& !$(dt_nodelabel_bool_prop,rtc,systimer) | ||
help | ||
Atmel Real-Time Clock (RTC) driver used on SAM0 SoC series. |
Oops, something went wrong.