Skip to content

Commit

Permalink
arm64: dts: colibri-imx8x: Add vpu support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
João Paulo Gonçalves authored and Shawn Guo committed Sep 4, 2024
1 parent 8b36674 commit 6cfdfed
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion arch/arm64/boot/dts/freescale/imx8x-colibri.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit 6cfdfed

Please sign in to comment.