drivers: rtc: support for Nuvoton numaker m46x

Add Nuvoton numaker RTC driver including RTC alarm feature.

Signed-off-by: cyliang tw <cyliang@nuvoton.com>
This commit is contained in:
cyliang tw 2024-04-25 17:55:54 +08:00 committed by Anas Nashif
commit 183edd2549
8 changed files with 488 additions and 2 deletions

View file

@ -0,0 +1,27 @@
# Copyright (c) 2024 Nuvoton Technology Corporation.
# SPDX-License-Identifier: Apache-2.0
description: Nuvoton, NuMaker RTC controller
compatible: "nuvoton,numaker-rtc"
include: rtc-device.yaml
properties:
reg:
required: true
interrupts:
required: true
clocks:
required: true
oscillator:
type: string
description: |
Specify RTC oscillator source
enum:
- "lxt"
- "lirc"
- "lirc32k"