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

Signed-off-by: Steven Liu <steven.liu@rock-chips.com>
Change-Id: I4f613d4bfef823af8fb67ec30b82d687561ab96d
This commit is contained in:
Steven Liu
2023-09-20 10:04:18 +08:00
committed by Tao Huang
parent 427e603def
commit c5fb98b26f

View File

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