| # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) |
| $id: http://devicetree.org/schemas/media/fsl,imx6ull-pxp.yaml# |
| $schema: http://devicetree.org/meta-schemas/core.yaml# |
| title: Freescale Pixel Pipeline |
| - Philipp Zabel <p.zabel@pengutronix.de> |
| - Michael Tretter <m.tretter@pengutronix.de> |
| The Pixel Pipeline (PXP) is a memory-to-memory graphics processing engine |
| that supports scaling, colorspace conversion, alpha blending, rotation, and |
| pixel conversion via lookup table. Different versions are present on various |
| i.MX SoCs from i.MX23 to i.MX7. |
| additionalProperties: false |
| #include <dt-bindings/clock/imx6ul-clock.h> |
| #include <dt-bindings/interrupt-controller/arm-gic.h> |
| compatible = "fsl,imx6ull-pxp"; |
| reg = <0x021cc000 0x4000>; |
| interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>, |
| <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>; |
| clocks = <&clks IMX6UL_CLK_PXP>; |