1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
5 $id: "http://devicetree.org/schemas/media/qcom,msm8996-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,msm8996-venus
69 additionalProperties: false
94 additionalProperties: false
100 Firmware subnode is needed when the platform does not
124 #include <dt-bindings/interrupt-controller/arm-gic.h>
125 #include <dt-bindings/clock/qcom,mmcc-msm8996.h>
128 compatible = "qcom,msm8996-venus";
129 reg = <0x00c00000 0xff000>;
130 interrupts = <GIC_SPI 287 IRQ_TYPE_LEVEL_HIGH>;
131 clocks = <&mmcc VIDEO_CORE_CLK>,
132 <&mmcc VIDEO_AHB_CLK>,
133 <&mmcc VIDEO_AXI_CLK>,
134 <&mmcc VIDEO_MAXI_CLK>;
135 clock-names = "core", "iface", "bus", "mbus";
136 power-domains = <&mmcc VENUS_GDSC>;
137 iommus = <&venus_smmu 0x00>,
157 memory-region = <&venus_mem>;
160 compatible = "venus-decoder";
161 clocks = <&mmcc VIDEO_SUBCORE0_CLK>;
162 clock-names = "core";
163 power-domains = <&mmcc VENUS_CORE0_GDSC>;
167 compatible = "venus-encoder";
168 clocks = <&mmcc VIDEO_SUBCORE1_CLK>;
169 clock-names = "core";
170 power-domains = <&mmcc VENUS_CORE1_GDSC>;