Lines Matching +full:rcar +full:- +full:gen2 +full:- +full:jpu
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/media/renesas,jpu.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Mikhail Ulyanov <mikhail.ulyanov@cogentembedded.com>
13 The JPEG processing unit (JPU) incorporates the JPEG codec with an encoding
15 JPU can encode image data and decode JPEG data quickly.
20 - enum:
21 - renesas,jpu-r8a7790 # R-Car H2
22 - renesas,jpu-r8a7791 # R-Car M2-W
23 - renesas,jpu-r8a7792 # R-Car V2H
24 - renesas,jpu-r8a7793 # R-Car M2-N
25 - const: renesas,rcar-gen2-jpu # R-Car Gen2
36 power-domains:
43 - compatible
44 - reg
45 - interrupts
46 - clocks
47 - power-domains
48 - resets
53 - |
54 #include <dt-bindings/clock/r8a7790-cpg-mssr.h>
55 #include <dt-bindings/interrupt-controller/arm-gic.h>
56 #include <dt-bindings/power/r8a7790-sysc.h>
58 jpeg-codec@fe980000 {
59 compatible = "renesas,jpu-r8a7790", "renesas,rcar-gen2-jpu";
63 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;