arm64: dts: colibri-imx8x: Add vpu support

Enable VPU on Colibri-iMX8X.

Signed-off-by: João Paulo Gonçalves <joao.goncalves@toradex.com>
Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
João Paulo Gonçalves 2024-09-01 17:57:18 +02:00 committed by Shawn Guo
parent 8b36674659
commit 6cfdfed8a6

View File

@ -424,6 +424,15 @@
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 @@
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 */