arm64: dts: imx8mp: Add DeWarp Engine DT node
authorMarek Vasut <marex@denx.de>
Tue, 16 May 2023 08:13:54 +0000 (10:13 +0200)
committerShawn Guo <shawnguo@kernel.org>
Sat, 27 May 2023 08:47:03 +0000 (16:47 +0800)
Add DT node for the DeWarp Engine of the i.MX8MP.

Signed-off-by: Marek Vasut <marex@denx.de>
Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp.dtsi

index 2eb14cdd3e9f4c0aad6c6639b599038ebe643bb5..dbd97a7193381581dd431e3c10b5da635cf20821 100644 (file)
                                };
                        };
 
+                       dewarp: dwe@32e30000 {
+                               compatible = "nxp,imx8mp-dw100";
+                               reg = <0x32e30000 0x10000>;
+                               interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>;
+                               clocks = <&clk IMX8MP_CLK_MEDIA_AXI_ROOT>,
+                                        <&clk IMX8MP_CLK_MEDIA_APB_ROOT>;
+                               clock-names = "axi", "ahb";
+                               power-domains = <&media_blk_ctrl IMX8MP_MEDIABLK_PD_DWE>;
+                       };
+
                        mipi_csi_0: csi@32e40000 {
                                compatible = "fsl,imx8mp-mipi-csi2", "fsl,imx8mm-mipi-csi2";
                                reg = <0x32e40000 0x10000>;