ARM: dts: imx51: add CodaHx4 VPU
authorPhilipp Zabel <p.zabel@pengutronix.de>
Wed, 13 Dec 2017 14:24:06 +0000 (15:24 +0100)
committerShawn Guo <shawnguo@kernel.org>
Thu, 28 Jun 2018 00:41:12 +0000 (08:41 +0800)
Add the CodaHx4 VPU to the i.MX51 device tree.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx51.dtsi

index fe01b890c715d19c7af3cd5ade82667fb3f72549..3f65492c6589af967500b433f9c73ea12b0016ca 100644 (file)
                                clock-names = "ipg", "ahb", "ptp";
                                status = "disabled";
                        };
+
+                       vpu@83ff4000 {
+                               compatible = "fsl,imx51-vpu", "cnm,codahx4";
+                               reg = <0x83ff4000 0x1000>;
+                               interrupts = <9>;
+                               clocks = <&clks IMX5_CLK_VPU_REFERENCE_GATE>,
+                                        <&clks IMX5_CLK_VPU_GATE>;
+                               clock-names = "per", "ahb";
+                               resets = <&src 1>;
+                               iram = <&iram>;
+                       };
                };
        };
 };