26 lines
452 B
YAML
26 lines
452 B
YAML
# Copyright (c) 2018, NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
description: i.MX Enhanced Periodic Interrupt Timer (EPIT)
|
|
|
|
compatible: "nxp,imx-epit"
|
|
|
|
include: base.yaml
|
|
|
|
properties:
|
|
reg:
|
|
required: true
|
|
|
|
interrupts:
|
|
required: true
|
|
|
|
prescaler:
|
|
type: int
|
|
required: true
|
|
description: Set the EPIT prescaler between 0 and 4095
|
|
|
|
rdc:
|
|
type: int
|
|
required: true
|
|
description: Set the RDC permission for this peripheral
|