Commit 328bd825 authored by Philipp Zabel's avatar Philipp Zabel Committed by Shawn Guo

ARM: dts: imx51: add CodaHx4 VPU

Add the CodaHx4 VPU to the i.MX51 device tree.
Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 13d8f176
......@@ -588,6 +588,17 @@ fec: ethernet@83fec000 {
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>;
};
};
};
};
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