Skip to content
Snippets Groups Projects
Commit a53f56f3 authored by Shenwei Wang's avatar Shenwei Wang
Browse files

LF-5811-2 : arm64: dts: imx8dxl-evk: enable imx8dxl_cm4 device node


Enable imx8dxl_cm4 and disable cm40_lpuart device nodes by default
so that the standard imx8dxl-evk.dtb can be used to test the rpmsg
CM4 remoteproc.

Reviewed-by: default avatarPeng Fan <peng.fan@nxp.com>
Signed-off-by: default avatarShenwei Wang <shenwei.wang@nxp.com>
parent 4a401acb
No related branches found
No related tags found
1 merge request!455CI: Update gitlab-ci
...@@ -348,7 +348,7 @@ mt35xu512aba0: flash@0 { ...@@ -348,7 +348,7 @@ mt35xu512aba0: flash@0 {
&imx8dxl_cm4 { &imx8dxl_cm4 {
memory-region = <&vdevbuffer>, <&vdev0vring0>, <&vdev0vring1>, memory-region = <&vdevbuffer>, <&vdev0vring0>, <&vdev0vring1>,
<&vdev1vring0>, <&vdev1vring1>, <&rsc_table>; <&vdev1vring0>, <&vdev1vring1>, <&rsc_table>;
status = "disabled"; status = "okay";
}; };
&lpspi3 { &lpspi3 {
...@@ -550,7 +550,7 @@ i2c@4 { ...@@ -550,7 +550,7 @@ i2c@4 {
}; };
&cm40_intmux { &cm40_intmux {
status = "okay"; status = "disabled";
}; };
&lpuart0 { &lpuart0 {
...@@ -569,7 +569,7 @@ &lpuart1 { ...@@ -569,7 +569,7 @@ &lpuart1 {
&cm40_lpuart { &cm40_lpuart {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_cm40_lpuart>; pinctrl-0 = <&pinctrl_cm40_lpuart>;
status = "okay"; status = "disabled";
}; };
&flexcan2 { &flexcan2 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment