arm64: dts: rockchip: rk3562-amp: Move the rpmsg node backwards.

Signed-off-by: Steven Liu <steven.liu@rock-chips.com>
Change-Id: I7c3d7dd69301e506259d65a3d35250bdac8126d3
This commit is contained in:
Steven Liu
2023-09-20 10:06:51 +08:00
committed by Tao Huang
parent c5fb98b26f
commit 66f223674f

View File

@@ -22,18 +22,6 @@
status = "okay";
};
rpmsg: rpmsg@7c00000 {
compatible = "rockchip,rk3562-rpmsg";
mbox-names = "rpmsg-rx", "rpmsg-tx";
mboxes = <&mailbox 0 &mailbox 3>;
rockchip,vdev-nums = <1>;
rockchip,link-id = <0x04>;
reg = <0x0 0x7c00000 0x0 0x20000>;
memory-region = <&rpmsg_dma_reserved>;
status = "okay";
};
reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
@@ -63,6 +51,18 @@
};
};
rpmsg: rpmsg@7c00000 {
compatible = "rockchip,rpmsg";
mbox-names = "rpmsg-rx", "rpmsg-tx";
mboxes = <&mailbox 0 &mailbox 3>;
rockchip,vdev-nums = <1>;
rockchip,link-id = <0x04>;
reg = <0x0 0x7c00000 0x0 0x20000>;
memory-region = <&rpmsg_dma_reserved>;
status = "okay";
};
};
&mailbox {