MLK-22383 arm64: dts: enable rpmsg on imx8dxl mek board
authorRichard Zhu <hongxing.zhu@nxp.com>
Tue, 6 Aug 2019 04:43:31 +0000 (12:43 +0800)
committerRichard Zhu <hongxing.zhu@nxp.com>
Tue, 6 Aug 2019 06:18:49 +0000 (14:18 +0800)
Enable rpmsg on imx8dxl mek board.

Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Acked-by: Fugang Duan <fugang.duan@nxp.com>
arch/arm64/boot/dts/freescale/fsl-imx8dxl-phantom-mek.dtsi

index 99eeb42..6d5dea3 100755 (executable)
 
 };
 
+&rpmsg{
+       /*
+        * 64K for one rpmsg instance:
+        */
+       vdev-nums = <2>;
+       reg = <0x0 0x90000000 0x0 0x20000>;
+       status = "okay";
+};
+
 &sai1 {
        assigned-clocks = <&clk IMX8QXP_AUD_PLL0_DIV>,
                        <&clk IMX8QXP_AUD_ACM_AUD_PLL_CLK0_DIV>,
                1200000 0
                /* remove lower setpoints as CPU power is tied to MEMC */
        >;
-};
\ No newline at end of file
+};