Added NXP IRTC Driver support and binding. This driver is expected for users needing Time Date info in their application. The driver additionally has an alarm mode that can be enabled to fire an intterupt when the time and alarm values match. Signed-off-by: Emilio Benavente <emilio.benavente@nxp.com>
7 lines
174 B
Text
7 lines
174 B
Text
# Copyright 2024 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config RTC_NXP_IRTC
|
|
bool "NXP Independent Real Time Clock driver"
|
|
default y
|
|
depends on DT_HAS_NXP_IRTC_ENABLED
|