Lines Matching +full:imx8qm +full:- +full:jpgenc
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/media/nxp,imx8-jpeg.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Mirela Rabulea <mirela.rabulea@nxp.com>
12 description: |-
13 The JPEG decoder/encoder present in iMX8QXP and iMX8QM SoCs is an
14 ISO/IEC 10918-1 JPEG standard compliant decoder/encoder, for Baseline
20 - items:
22 - nxp,imx8qxp-jpgdec
23 - nxp,imx8qxp-jpgenc
24 - items:
25 - const: nxp,imx8qm-jpgdec
26 - const: nxp,imx8qxp-jpgdec
27 - items:
28 - const: nxp,imx8qm-jpgenc
29 - const: nxp,imx8qxp-jpgenc
36 - description: AXI DMA engine clock for fetching JPEG bitstream from memory (per)
37 - description: IP bus clock for register access (ipg)
47 power-domains:
55 - compatible
56 - reg
57 - clocks
58 - interrupts
59 - power-domains
64 - |
65 #include <dt-bindings/clock/imx8-lpcg.h>
66 #include <dt-bindings/interrupt-controller/arm-gic.h>
67 #include <dt-bindings/firmware/imx/rsrc.h>
70 compatible = "nxp,imx8qxp-jpgdec";
78 power-domains = <&pd IMX_SC_R_MJPEG_DEC_MP>,
86 compatible = "nxp,imx8qm-jpgenc", "nxp,imx8qxp-jpgenc";
94 power-domains = <&pd IMX_SC_R_MJPEG_ENC_MP>,