zephyr/dts/bindings/rtc/nordic,nrf-rtc.yaml

30 lines
720 B
YAML

#
# Copyright (c) 2018 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
#
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
#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