Add 'vdev-nums' to imply how many rpmsg instances used in kernel. If
it beyond the 5, please enlarge the 'MAX_VDEV_NUMS' in imx_rpmsg.c
Signed-off-by: Robin Gong <yibin.gong@nxp.com>
(cherry picked from commit
0cbc0fdc4cce2c292aded56619d1001f7c936a6f)
};
&rpmsg{
+ /*
+ * 64K for one rpmsg instance, default using 2 rpmsg instances:
+ * --0x9FF00000~0x9FF01FFF: pingpong
+ * --0x9FF10000~0x9FF11FFF: pmic
+ */
+ vdev-nums = <2>;
+ reg = <0x9FF00000 0x20000>;
status = "okay";
};