0b5e48985d
Add binding for nxp,mrt and nxp,mrt-channel. MRT is NXP multirate timer, a simple timer with multiple independent channels. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
29 lines
440 B
YAML
29 lines
440 B
YAML
# Copyright 2023 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: NXP Multirate Timer
|
|
|
|
compatible: "nxp,mrt"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
num-channels:
|
|
type: int
|
|
required: true
|
|
description: Number of channels on the IP version
|
|
|
|
num-bits:
|
|
type: int
|
|
required: true
|
|
description: Timer width in bits of IP version
|
|
|
|
clocks:
|
|
required: true
|