| # 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) | |
| compatible: "nxp,imx-epit" | |
| include: base.yaml | |
| properties: | |
| reg: | |
| required: true | |
| interrupts: | |
| required: true | |
| label: | |
| 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 |