Lines Matching +full:axi +full:- +full:can +full:- +full:1
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Xavier Roumegue <xavier.roumegue@oss.nxp.com>
12 description: |-
13 The Dewarp Engine provides high-performance dewarp processing for the
15 and wide angle lenses. It is implemented with a line/tile-cache based
18 The engine can be used to perform scaling, cropping and pixel format
24 - nxp,imx8mp-dw100
27 maxItems: 1
30 maxItems: 1
34 - description: The AXI clock
35 - description: The AHB clock
37 clock-names:
39 - const: axi
40 - const: ahb
42 power-domains:
43 maxItems: 1
46 - compatible
47 - reg
48 - interrupts
49 - clocks
50 - clock-names
51 - power-domains
56 - |
57 #include <dt-bindings/clock/imx8mp-clock.h>
58 #include <dt-bindings/interrupt-controller/arm-gic.h>
59 #include <dt-bindings/power/imx8mp-power.h>
62 compatible = "nxp,imx8mp-dw100";
67 clock-names = "axi", "ahb";
68 power-domains = <&media_blk_ctrl IMX8MP_MEDIABLK_PD_DWE>;