Commit 6cfdfed8 authored by João Paulo Gonçalves's avatar João Paulo Gonçalves Committed by Shawn Guo
Browse files

arm64: dts: colibri-imx8x: Add vpu support



Enable VPU on Colibri-iMX8X.

Signed-off-by: default avatarJoão Paulo Gonçalves <joao.goncalves@toradex.com>
Signed-off-by: default avatarFrancesco Dolcini <francesco.dolcini@toradex.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 8b366746
Loading
Loading
Loading
Loading
+27 −1
Original line number Diff line number Diff line
@@ -424,6 +424,15 @@ &lsio_pwm2 {
	pinctrl-names = "default";
};

/* VPU Mailboxes */
&mu_m0 {
	status="okay";
};

&mu1_m0 {
	status="okay";
};

/* TODO MIPI CSI */

/* TODO MIPI DSI with DSI-to-HDMI bridge lt8912 */
@@ -511,7 +520,24 @@ &usdhc2 {
	no-1-8-v;
};

/* TODO VPU Encoder/Decoder */
&vpu {
	compatible = "nxp,imx8qxp-vpu";
	status = "okay";
};

/* VPU Decoder */
&vpu_core0 {
	reg = <0x2d040000 0x10000>;
	memory-region = <&decoder_boot>, <&decoder_rpc>;
	status = "okay";
};

/* VPU Encoder */
&vpu_core1 {
	reg = <0x2d050000 0x10000>;
	memory-region = <&encoder_boot>, <&encoder_rpc>;
	status = "okay";
};

&iomuxc {
	/* On-module touch pen-down interrupt */