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:
parent
f41ca50ef3
commit
99ce7d071f
5 changed files with 741 additions and 0 deletions
18
dts/bindings/rtc/atmel,sam-rtc.yaml
Normal file
18
dts/bindings/rtc/atmel,sam-rtc.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue