drivers: rtc: Add atmel sam series RTC driver

This commit adds an RTC device driver for the atmel SAM
series chips.

Signed-off-by: Bjarki Arge Andreasen <bjarkix123@gmail.com>
This commit is contained in:
Bjarki Arge Andreasen 2023-10-15 20:34:17 +02:00 committed by Fabio Baltieri
commit 99ce7d071f
5 changed files with 741 additions and 0 deletions

View file

@ -0,0 +1,18 @@
# Copyright (c) 2023 Bjarki Arge Andreasen
# SPDX-License-Identifier: Apache-2.0
description: Atmel SAM family RTC device
compatible: "atmel,sam-rtc"
include: rtc-device.yaml
properties:
reg:
required: true
interrupts:
required: true
clocks:
required: true