Lines Matching +full:imx8mq +full:- +full:vpu
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: "http://devicetree.org/schemas/media/nxp,imx8mq-vpu.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
8 title: Hantro G1/G2 VPU codecs implemented on i.MX8MQ SoCs
11 - Philipp Zabel <p.zabel@pengutronix.de>
18 const: nxp,imx8mq-vpu
23 reg-names:
25 - const: g1
26 - const: g2
27 - const: ctrl
32 interrupt-names:
34 - const: g1
35 - const: g2
40 clock-names:
42 - const: g1
43 - const: g2
44 - const: bus
46 power-domains:
50 - compatible
51 - reg
52 - reg-names
53 - interrupts
54 - interrupt-names
55 - clocks
56 - clock-names
61 - |
62 #include <dt-bindings/clock/imx8mq-clock.h>
63 #include <dt-bindings/interrupt-controller/arm-gic.h>
65 vpu: video-codec@38300000 {
66 compatible = "nxp,imx8mq-vpu";
70 reg-names = "g1", "g2", "ctrl";
73 interrupt-names = "g1", "g2";
77 clock-names = "g1", "g2", "bus";
78 power-domains = <&pgc_vpu>;