37 lines
632 B
YAML
37 lines
632 B
YAML
#
|
|
# Copyright (c) 2018, NXP
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
title: IMX EPIT COUNTER
|
|
|
|
description: >
|
|
This binding gives a base representation of the i.MX Enhanced Periodic Interrupt Timer (EPIT)
|
|
|
|
inherits:
|
|
!include base.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
constraint: "nxp,imx-epit"
|
|
|
|
reg:
|
|
category: required
|
|
|
|
interrupts:
|
|
category: required
|
|
|
|
label:
|
|
category: required
|
|
|
|
prescaler:
|
|
type: int
|
|
category: required
|
|
description: Set the EPIT prescaler between 0 and 4095
|
|
|
|
rdc:
|
|
type: int
|
|
category: required
|
|
description: Set the RDC permission for this peripheral
|