Lines Matching +full:image +full:- +full:processor
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Renesas R-Car Image Renderer (Distortion Correction Engine)
10 - Sergei Shtylyov <sergei.shtylyov@gmail.com>
13 The image renderer, or the distortion correction engine, is a drawing
14 processor with a simple instruction system capable of referencing video
19 The image renderer light extended 4 (IMR-LX4) is found in R-Car Gen3 SoCs.
24 - enum:
25 - renesas,r8a7795-imr-lx4 # R-Car H3
26 - renesas,r8a7796-imr-lx4 # R-Car M3-W
27 - const: renesas,imr-lx4 # R-Car Gen3
38 power-domains:
45 - compatible
46 - reg
47 - interrupts
48 - clocks
49 - power-domains
50 - resets
55 - |
56 #include <dt-bindings/clock/r8a7795-cpg-mssr.h>
57 #include <dt-bindings/interrupt-controller/arm-gic.h>
58 #include <dt-bindings/power/r8a7795-sysc.h>
60 imr-lx4@fe860000 {
61 compatible = "renesas,r8a7795-imr-lx4", "renesas,imr-lx4";
65 power-domains = <&sysc R8A7795_PD_A3VC>;