28 lines
432 B
YAML
28 lines
432 B
YAML
#
|
|
# Copyright (c) 2019 Microchip Technology Inc.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: Microchip XEC RTOS timer
|
|
|
|
description: >
|
|
This is a representation of the Microchip XEC RTOS timer node
|
|
|
|
inherits:
|
|
!include base.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "microchip,xec-rtos-timer"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
interrupts:
|
|
category: required
|
|
|
|
label:
|
|
category: required
|
|
...
|