1# 2# Copyright (c) 2024 Nordic Semiconductor ASA 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6 7description: Nordic GRTC (Global RTC) 8 9compatible: "nordic,nrf-grtc" 10 11include: 12 - "base.yaml" 13 - "nordic,split-channels.yaml" 14 15properties: 16 reg: 17 required: true 18 19 interrupts: 20 required: true 21 22 cc-num: 23 description: Number of capture/compare channels 24 type: int 25 required: true 26