2018-04-25 02:28:04 +08:00
|
|
|
# Copyright (c) 2018, blik GmbH
|
2024-07-19 11:53:29 +08:00
|
|
|
# Copyright 2024 NXP
|
2018-04-25 02:28:04 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2019-11-19 15:39:11 +08:00
|
|
|
description: Kinetis RTC
|
2018-04-25 02:28:04 +08:00
|
|
|
|
2019-08-20 02:32:25 +08:00
|
|
|
compatible: "nxp,kinetis-rtc"
|
|
|
|
|
2019-08-22 07:10:12 +08:00
|
|
|
include: rtc.yaml
|
2018-04-25 02:28:04 +08:00
|
|
|
|
|
|
|
properties:
|
2023-01-04 03:21:25 +08:00
|
|
|
reg:
|
|
|
|
required: true
|
2024-07-19 11:53:29 +08:00
|
|
|
|
|
|
|
clock-source:
|
|
|
|
type: string
|
|
|
|
default: "RTC"
|
|
|
|
enum:
|
|
|
|
- "RTC"
|
|
|
|
- "LPO"
|
|
|
|
description: |
|
|
|
|
Select one of two possible clock sources for the RTC:
|
|
|
|
* RTC: RTC prescaler increments using RTC clock.
|
|
|
|
* LPO: RTC prescaler increments using 1 kHz LPO.
|
|
|
|
The default corresponds to the reset value of the register field,
|
|
|
|
and there is no additional code configuration in the driver.
|