Commit 7f62dae2 authored by Yunfei Dong's avatar Yunfei Dong Committed by AngeloGioacchino Del Regno

arm64: dts: mediatek: mt8186: Add video decoder device nodes

Add mt8186 video decoder device nodes.
Signed-off-by: default avatarYunfei Dong <yunfei.dong@mediatek.com>
Signed-off-by: default avatarAllen-KH Cheng <allen-kh.cheng@mediatek.com>
Reviewed-by: default avatarHsin-Yi Wang <hsinyi@chromium.org>
[eugen.hristev@collabora.com: minor cleanup]
Signed-off-by: default avatarEugen Hristev <eugen.hristev@collabora.com>
Link: https://lore.kernel.org/r/20231220133302.39411-1-eugen.hristev@collabora.comSigned-off-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
parent 795d5f0c
......@@ -1963,6 +1963,43 @@ larb11: smi@1582e000 {
power-domains = <&spm MT8186_POWER_DOMAIN_IMG2>;
};
video_decoder: video-decoder@16000000 {
compatible = "mediatek,mt8186-vcodec-dec";
reg = <0 0x16000000 0 0x1000>;
ranges;
#address-cells = <2>;
#size-cells = <2>;
dma-ranges = <0x1 0x0 0x0 0x40000000 0x0 0xfff00000>;
iommus = <&iommu_mm IOMMU_PORT_L4_HW_VDEC_MC_EXT>;
mediatek,scp = <&scp>;
vcodec_core: video-codec@16025000 {
compatible = "mediatek,mtk-vcodec-core";
reg = <0 0x16025000 0 0x1000>;
interrupts = <GIC_SPI 343 IRQ_TYPE_LEVEL_HIGH 0>;
iommus = <&iommu_mm IOMMU_PORT_L4_HW_VDEC_MC_EXT>,
<&iommu_mm IOMMU_PORT_L4_HW_VDEC_UFO_EXT>,
<&iommu_mm IOMMU_PORT_L4_HW_VDEC_PP_EXT>,
<&iommu_mm IOMMU_PORT_L4_HW_VDEC_PRED_RD_EXT>,
<&iommu_mm IOMMU_PORT_L4_HW_VDEC_PRED_WR_EXT>,
<&iommu_mm IOMMU_PORT_L4_HW_VDEC_PPWRAP_EXT>,
<&iommu_mm IOMMU_PORT_L4_HW_VDEC_TILE_EXT>,
<&iommu_mm IOMMU_PORT_L4_HW_VDEC_VLD_EXT>,
<&iommu_mm IOMMU_PORT_L4_HW_VDEC_VLD2_EXT>,
<&iommu_mm IOMMU_PORT_L4_HW_VDEC_AVC_MV_EXT>,
<&iommu_mm IOMMU_PORT_L4_HW_VDEC_UFO_ENC_EXT>,
<&iommu_mm IOMMU_PORT_L4_HW_VDEC_RG_CTRL_DMA_EXT>;
clocks = <&topckgen CLK_TOP_VDEC>,
<&vdecsys CLK_VDEC_CKEN>,
<&vdecsys CLK_VDEC_LARB1_CKEN>,
<&topckgen CLK_TOP_UNIVPLL_D3>;
clock-names = "vdec-sel", "vdec-soc-vdec", "vdec", "vdec-top";
assigned-clocks = <&topckgen CLK_TOP_VDEC>;
assigned-clock-parents = <&topckgen CLK_TOP_UNIVPLL_D3>;
power-domains = <&spm MT8186_POWER_DOMAIN_VDEC>;
};
};
larb4: smi@1602e000 {
compatible = "mediatek,mt8186-smi-larb";
reg = <0 0x1602e000 0 0x1000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment