2019-01-16 21:49:29 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2018 Nordic Semiconductor ASA
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2019-06-19 06:03:49 +08:00
|
|
|
|
2019-01-16 21:49:29 +08:00
|
|
|
title: Nordic nRF Real Time Counter
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This is a representation of the Nordic nRF RTC node
|
|
|
|
|
|
|
|
inherits:
|
|
|
|
!include rtc.yaml
|
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
constraint: "nordic,nrf-rtc"
|
|
|
|
|
|
|
|
reg:
|
|
|
|
category: required
|
2019-05-14 16:38:14 +08:00
|
|
|
|
|
|
|
#If enabled, overflow different than full range (24 bits) is handled
|
|
|
|
#through PPI channel which ensures precise timing. If disabled then
|
|
|
|
#counter is cleared in the interrupt which results in accumulative
|
|
|
|
#error of counter period if top value is different than maximal.
|
|
|
|
ppi-wrap:
|
|
|
|
type: boolean
|
|
|
|
description: Enable wrapping with PPI
|
|
|
|
category: required
|