drivers: counter: NXP SNVS rtc: Add support for NXP imx SNVS RTC

Adds a driver using the SNVS high power and optionally low power
RTC instances. A device specific function `mcux_snvs_rtc_set` is
provided to update the current counter value.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
Pieter De Gendt 2021-11-15 11:00:07 +01:00 committed by Maureen Helm
commit 4d161a3b23
10 changed files with 445 additions and 1 deletions

View file

@ -0,0 +1,11 @@
#
# Copyright (c) 2021 Basalte bv
#
# SPDX-License-Identifier: Apache-2.0
#
description: NXP SNVS LP/HP RTC
compatible: "nxp,imx-snvs-rtc"
include: rtc.yaml