Lines Matching +full:video +full:- +full:firmware

1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: "http://devicetree.org/schemas/media/qcom,sdm845-venus.yaml#"
6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"
8 title: Qualcomm Venus video encode and decode accelerators
11 - Stanimir Varbanov <stanimir.varbanov@linaro.org>
14 The Venus IP is a video encode and decode accelerator present
19 const: qcom,sdm845-venus
27 power-domains:
33 clock-names:
35 - const: core
36 - const: iface
37 - const: bus
42 memory-region:
45 video-core0:
50 const: venus-decoder
55 clock-names:
57 - const: core
58 - const: bus
60 power-domains:
64 - compatible
65 - clocks
66 - clock-names
67 - power-domains
71 video-core1:
76 const: venus-encoder
81 clock-names:
83 - const: core
84 - const: bus
86 power-domains:
90 - compatible
91 - clocks
92 - clock-names
93 - power-domains
97 video-firmware:
101 Firmware subnode is needed when the platform does not
109 - iommus
112 - compatible
113 - reg
114 - interrupts
115 - power-domains
116 - clocks
117 - clock-names
118 - iommus
119 - memory-region
120 - video-core0
121 - video-core1
126 - |
127 #include <dt-bindings/interrupt-controller/arm-gic.h>
128 #include <dt-bindings/clock/qcom,videocc-sdm845.h>
130 video-codec@aa00000 {
131 compatible = "qcom,sdm845-venus";
137 clock-names = "core", "iface", "bus";
138 power-domains = <&videocc VENUS_GDSC>;
141 memory-region = <&venus_mem>;
143 video-core0 {
144 compatible = "venus-decoder";
147 clock-names = "core", "bus";
148 power-domains = <&videocc VCODEC0_GDSC>;
151 video-core1 {
152 compatible = "venus-encoder";
155 clock-names = "core", "bus";
156 power-domains = <&videocc VCODEC1_GDSC>;