1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 $id: http://devicetree.org/schemas/media/qcom,msm8916-venus.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm MSM8916 Venus video encode and decode accelerators
10 - Stanimir Varbanov <stanimir.varbanov@linaro.org>
13 The Venus IP is a video encode and decode accelerator present
17 - $ref: qcom,venus-common.yaml#
21 const: qcom,msm8916-venus
48 additionalProperties: false
60 additionalProperties: false
68 unevaluatedProperties: false
72 #include <dt-bindings/interrupt-controller/arm-gic.h>
73 #include <dt-bindings/clock/qcom,gcc-msm8916.h>
76 compatible = "qcom,msm8916-venus";
77 reg = <0x01d00000 0xff000>;
78 interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
79 clocks = <&gcc GCC_VENUS0_VCODEC0_CLK>,
80 <&gcc GCC_VENUS0_AHB_CLK>,
81 <&gcc GCC_VENUS0_AXI_CLK>;
82 clock-names = "core", "iface", "bus";
83 power-domains = <&gcc VENUS_GDSC>;
84 iommus = <&apps_iommu 5>;
85 memory-region = <&venus_mem>;
88 compatible = "venus-decoder";
92 compatible = "venus-encoder";