Lines Matching +full:sdm845 +full:- +full:videocc

1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/media/qcom,sdm845-venus-v2.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm SDM845 Venus v2 video encode and decode accelerators
10 - Stanimir Varbanov <stanimir.varbanov@linaro.org>
17 - $ref: qcom,venus-common.yaml#
21 const: qcom,sdm845-venus-v2
23 power-domains:
27 power-domain-names:
30 - const: venus
31 - const: vcodec0
32 - const: vcodec1
33 - const: cx
38 clock-names:
40 - const: core
41 - const: iface
42 - const: bus
43 - const: vcodec0_core
44 - const: vcodec0_bus
45 - const: vcodec1_core
46 - const: vcodec1_bus
54 interconnect-names:
56 - const: video-mem
57 - const: cpu-cfg
59 operating-points-v2: true
60 opp-table:
63 video-core0:
68 const: venus-decoder
71 - compatible
75 video-core1:
80 const: venus-encoder
83 - compatible
88 - compatible
89 - power-domain-names
90 - iommus
91 - video-core0
92 - video-core1
97 - |
98 #include <dt-bindings/interrupt-controller/arm-gic.h>
99 #include <dt-bindings/clock/qcom,videocc-sdm845.h>
101 video-codec@aa00000 {
102 compatible = "qcom,sdm845-venus-v2";
105 clocks = <&videocc VIDEO_CC_VENUS_CTL_CORE_CLK>,
106 <&videocc VIDEO_CC_VENUS_AHB_CLK>,
107 <&videocc VIDEO_CC_VENUS_CTL_AXI_CLK>,
108 <&videocc VIDEO_CC_VCODEC0_CORE_CLK>,
109 <&videocc VIDEO_CC_VCODEC0_AXI_CLK>,
110 <&videocc VIDEO_CC_VCODEC1_CORE_CLK>,
111 <&videocc VIDEO_CC_VCODEC1_AXI_CLK>;
112 clock-names = "core", "iface", "bus",
115 power-domains = <&videocc VENUS_GDSC>,
116 <&videocc VCODEC0_GDSC>,
117 <&videocc VCODEC1_GDSC>;
118 power-domain-names = "venus", "vcodec0", "vcodec1";
121 memory-region = <&venus_mem>;
123 video-core0 {
124 compatible = "venus-decoder";
127 video-core1 {
128 compatible = "venus-encoder";