zephyr/dts/bindings/counter/nxp,mrt.yaml
Declan Snyder 0b5e48985d dts: bindings: Add binding for NXP Multirate Timer
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>
2023-11-10 10:40:54 +01:00

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