diff --git a/apps/machine/zynqmp/openamp-linux-userspace.dtsi b/apps/machine/zynqmp/openamp-linux-userspace.dtsi index c57b350da..d9fc97dfc 100644 --- a/apps/machine/zynqmp/openamp-linux-userspace.dtsi +++ b/apps/machine/zynqmp/openamp-linux-userspace.dtsi @@ -12,15 +12,15 @@ amba { vring: vring@0 { compatible = "vring_uio"; - reg = <0x0 0x3ed00000 0x10000>; + reg = <0x0 0x3ed40000 0x0 0x40000>; }; shm0: shm@0 { compatible = "shm_uio"; - reg = <0x0 0x3ed10000 0x80000>; + reg = <0x0 0x3ed80000 0x0 0x80000>; }; ipi0: ipi@0 { compatible = "ipi_uio"; - reg = <0x0 0xff340000 0x1000>; + reg = <0x0 0xff340000 0x0 0x1000>; interrupt-parent = <&gic>; interrupts = <0 29 4>; };