Lines Matching +full:down +full:- +full:scaling
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com>
13 The VSP is a video processing engine that supports up-/down-scaling, alpha
15 It can be found in the Renesas R-Car Gen2, R-Car Gen3, RZ/G1, and RZ/G2 SoCs.
20 - enum:
21 - renesas,r9a07g044-vsp2 # RZ/G2L
22 - renesas,vsp1 # R-Car Gen2 and RZ/G1
23 - renesas,vsp2 # R-Car Gen3 and RZ/G2
24 - items:
25 - enum:
26 - renesas,r9a07g054-vsp2 # RZ/V2L
27 - const: renesas,r9a07g044-vsp2 # RZ/G2L fallback
36 clock-names: true
38 power-domains:
50 - compatible
51 - reg
52 - interrupts
53 - clocks
54 - power-domains
55 - resets
60 - if:
70 - renesas,fcp
72 - if:
76 const: renesas,r9a07g044-vsp2
81 - description: Main clock
82 - description: Register access clock
83 - description: Video clock
84 clock-names:
86 - const: aclk
87 - const: pclk
88 - const: vclk
90 - clock-names
95 clock-names: false
98 # R8A7790 (R-Car H2) VSP1-S
99 - |
100 #include <dt-bindings/clock/renesas-cpg-mssr.h>
101 #include <dt-bindings/interrupt-controller/arm-gic.h>
102 #include <dt-bindings/power/r8a7790-sysc.h>
109 power-domains = <&sysc R8A7790_PD_ALWAYS_ON>;
113 # R8A77951 (R-Car H3) VSP2-BC
114 - |
115 #include <dt-bindings/clock/renesas-cpg-mssr.h>
116 #include <dt-bindings/interrupt-controller/arm-gic.h>
117 #include <dt-bindings/power/r8a7795-sysc.h>
124 power-domains = <&sysc R8A7795_PD_A3VP>;