diff --git a/recipes-bsp/device-tree/files/damc-fmc2zup/pl-conf.dtsi b/recipes-bsp/device-tree/files/damc-fmc2zup/pl-conf.dtsi
index 00cfcd49a0609587cd1dfca85ab6d382f5baf633..439f775a284271dff5b129afadfddaaa0f302d50 100644
--- a/recipes-bsp/device-tree/files/damc-fmc2zup/pl-conf.dtsi
+++ b/recipes-bsp/device-tree/files/damc-fmc2zup/pl-conf.dtsi
@@ -1,6 +1,22 @@
 
 
 / {
+	amba_pl: amba_pl@0 {
+		#address-cells = <2>;
+		#size-cells = <2>;
+		compatible = "simple-bus";
+		ranges ;
+		ddr_ddr4_0: ddr4@540000000 {
+			compatible = "xlnx,ddr4-2.2", "generic-uio";
+			reg = <0x00000005 0x40000000 0x0 0x40000000>;
+		};
+		ins_bsp_fmc2zup_system_p_m_axi_bsp: ins_bsp_fmc2zup_system_p_m_axi_bsp@a0000000 {
+			reg = <0x0 0xa0000000 0x0 0x200000>;
+		};
+		ins_bsp_fmc2zup_system_p_m_axi_app: ins_bsp_fmc2zup_system_p_m_axi_app@a0800000 {
+			reg = <0x0 0xa0800000 0x0 0x800000>;
+		};
+	};
 
     debug_bridge_0@0xA0820000 {
         #address-cells = <1>;