2019-03-21 22:46:41 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2018 Nordic Semiconductor ASA
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
2019-07-23 07:34:31 +08:00
|
|
|
|
2019-03-21 22:46:41 +08:00
|
|
|
title: NXP MCUX General Purpose Timer
|
|
|
|
|
|
|
|
description: >
|
|
|
|
This is a representation of the NXP MCUX General Purpose Timer (GPT)
|
|
|
|
|
|
|
|
inherits:
|
|
|
|
!include base.yaml
|
|
|
|
|
|
|
|
properties:
|
|
|
|
compatible:
|
|
|
|
constraint: "nxp,imx-gpt"
|
|
|
|
|
|
|
|
reg:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2019-03-21 22:46:41 +08:00
|
|
|
|
|
|
|
interrupts:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|
2019-03-21 22:46:41 +08:00
|
|
|
|
|
|
|
label:
|
2019-08-28 06:22:01 +08:00
|
|
|
required: true
|