| # Copyright 2023 NXP | |
| # SPDX-License-Identifier: Apache-2.0 | |
| description: NXP PXP 2D DMA engine | |
| compatible: "nxp,pxp" | |
| include: dma-controller.yaml | |
| properties: | |
| reg: | |
| required: true | |
| interrupts: | |
| required: true | |
| "#dma-cells": | |
| type: int | |
| required: true | |
| const: 0 |