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-11-19 15:39:11 +08:00
|
|
|
description: NXP MCUX General-Purpose Timer (GPT)
|
2019-03-21 22:46:41 +08:00
|
|
|
|
2019-08-20 02:32:25 +08:00
|
|
|
compatible: "nxp,imx-gpt"
|
|
|
|
|
2019-08-22 07:10:12 +08:00
|
|
|
include: base.yaml
|
2019-03-21 22:46:41 +08:00
|
|
|
|
|
|
|
properties:
|
|
|
|
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
|
2021-01-15 16:12:57 +08:00
|
|
|
|
|
|
|
gptfreq:
|
|
|
|
type: int
|
|
|
|
required: true
|
|
|
|
description: gpt frequences
|