diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2017-12-13 17:24:06 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-06-28 03:41:12 +0300 |
commit | 328bd82526156fbc42372d22ff1967dc145d81c8 (patch) | |
tree | 2dce0a97a17daa5efe5336d3ea95772dce87c410 /arch/arm | |
parent | 13d8f1762bf64c564317695b573b0b2528a90af9 (diff) | |
download | linux-328bd82526156fbc42372d22ff1967dc145d81c8.tar.xz |
ARM: dts: imx51: add CodaHx4 VPU
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx51.dtsi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi index fe01b890c715..3f65492c6589 100644 --- a/arch/arm/boot/dts/imx51.dtsi +++ b/arch/arm/boot/dts/imx51.dtsi @@ -588,6 +588,17 @@ 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>; + }; }; }; }; |