zephyr/dts/bindings/timer/microchip,xec-rtos-timer.yaml
Daniel Leung dbe69d9031 dts: bindings: microchip,xec-rtos-timer: add GIRQ fields
Add the girq and girq-bit fields to the binding. This allows
encoding GIRQ related information inside device tree.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2020-03-11 21:16:16 -04:00

29 lines
494 B
YAML

# Copyright (c) 2019 Microchip Technology Inc.
# SPDX-License-Identifier: Apache-2.0
description: Microchip XEC RTOS timer
compatible: "microchip,xec-rtos-timer"
include: base.yaml
properties:
reg:
required: true
interrupts:
required: true
label:
required: true
girq:
type: int
required: true
description: GIRQ for this device
girq-bit:
type: int
required: true
description: Bit position in GIRQ for this device