1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
5 $id: http://devicetree.org/schemas/media/mediatek,vcodec-encoder.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Mediatek Video Encode Accelerator
11 - Yunfei Dong <yunfei.dong@mediatek.com>
14 Mediatek Video Encode is the video encode hardware present in Mediatek
15 SoCs which supports high resolution encoding functionalities.
22 - mediatek,mt8173-vcodec-enc-vp8
23 - mediatek,mt8173-vcodec-enc
24 - mediatek,mt8183-vcodec-enc
25 - mediatek,mt8188-vcodec-enc
26 - mediatek,mt8192-vcodec-enc
27 - mediatek,mt8195-vcodec-enc
29 - const: mediatek,mt8186-vcodec-enc
30 - const: mediatek,mt8183-vcodec-enc
47 assigned-clock-parents: true
53 List of the hardware port in respective IOMMU block for current Socs.
54 Refer to bindings/iommu/mediatek,iommu.yaml.
57 $ref: /schemas/types.yaml#/definitions/phandle
59 Describes point to vpu.
62 $ref: /schemas/types.yaml#/definitions/phandle
64 Describes point to scp.
83 - assigned-clock-parents
91 - mediatek,mt8183-vcodec-enc
92 - mediatek,mt8188-vcodec-enc
93 - mediatek,mt8192-vcodec-enc
94 - mediatek,mt8195-vcodec-enc
105 - mediatek,mt8173-vcodec-enc-vp8
106 - mediatek,mt8173-vcodec-enc
116 - mediatek,mt8173-vcodec-enc-vp8
137 additionalProperties: false
141 #include <dt-bindings/interrupt-controller/arm-gic.h>
142 #include <dt-bindings/clock/mt8173-clk.h>
143 #include <dt-bindings/memory/mt8173-larb-port.h>
144 #include <dt-bindings/interrupt-controller/irq.h>
146 vcodec_enc_avc: vcodec@18002000 {
147 compatible = "mediatek,mt8173-vcodec-enc";
148 reg = <0x18002000 0x1000>;
149 interrupts = <GIC_SPI 198 IRQ_TYPE_LEVEL_LOW>;
150 iommus = <&iommu M4U_PORT_VENC_RCPU>,
151 <&iommu M4U_PORT_VENC_REC>,
152 <&iommu M4U_PORT_VENC_BSDMA>,
153 <&iommu M4U_PORT_VENC_SV_COMV>,
154 <&iommu M4U_PORT_VENC_RD_COMV>,
155 <&iommu M4U_PORT_VENC_CUR_LUMA>,
156 <&iommu M4U_PORT_VENC_CUR_CHROMA>,
157 <&iommu M4U_PORT_VENC_REF_LUMA>,
158 <&iommu M4U_PORT_VENC_REF_CHROMA>,
159 <&iommu M4U_PORT_VENC_NBM_RDMA>,
160 <&iommu M4U_PORT_VENC_NBM_WDMA>;
161 mediatek,vpu = <&vpu>;
162 clocks = <&topckgen CLK_TOP_VENC_SEL>;
163 clock-names = "venc_sel";
164 assigned-clocks = <&topckgen CLK_TOP_VENC_SEL>;
165 assigned-clock-parents = <&topckgen CLK_TOP_VCODECPLL>;
168 vcodec_enc_vp8: vcodec@19002000 {
169 compatible = "mediatek,mt8173-vcodec-enc-vp8";
170 reg = <0x19002000 0x1000>; /* VENC_LT_SYS */
171 interrupts = <GIC_SPI 202 IRQ_TYPE_LEVEL_LOW>;
172 iommus = <&iommu M4U_PORT_VENC_RCPU_SET2>,
173 <&iommu M4U_PORT_VENC_REC_FRM_SET2>,
174 <&iommu M4U_PORT_VENC_BSDMA_SET2>,
175 <&iommu M4U_PORT_VENC_SV_COMA_SET2>,
176 <&iommu M4U_PORT_VENC_RD_COMA_SET2>,
177 <&iommu M4U_PORT_VENC_CUR_LUMA_SET2>,
178 <&iommu M4U_PORT_VENC_CUR_CHROMA_SET2>,
179 <&iommu M4U_PORT_VENC_REF_LUMA_SET2>,
180 <&iommu M4U_PORT_VENC_REC_CHROMA_SET2>;
181 mediatek,vpu = <&vpu>;
182 clocks = <&topckgen CLK_TOP_VENC_LT_SEL>;
183 clock-names = "venc_lt_sel";
184 assigned-clocks = <&topckgen CLK_TOP_VENC_LT_SEL>;
185 assigned-clock-parents = <&topckgen CLK_TOP_VCODECPLL_370P5>;