From c9b65ee0e53cba999b8061b72039f108187b9600 Mon Sep 17 00:00:00 2001 From: Sandeep Gundlupet Raju Date: Thu, 27 Jul 2023 17:22:28 -0600 Subject: recipes-bsp: Add device-tree files for Xen support Add device-tree files for Xen support, Earlier all these files were in meta-petalinux layer, Hence move these files to this layer so that users can build Xen without including meta-petalinux. Signed-off-by: Sandeep Gundlupet Raju Signed-off-by: Bruce Ashfield --- .../recipes-bsp/device-tree/files/zynqmp-xen-qemu.dtsi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dynamic-layers/xilinx/recipes-bsp/device-tree/files/zynqmp-xen-qemu.dtsi (limited to 'dynamic-layers/xilinx/recipes-bsp/device-tree/files/zynqmp-xen-qemu.dtsi') diff --git a/dynamic-layers/xilinx/recipes-bsp/device-tree/files/zynqmp-xen-qemu.dtsi b/dynamic-layers/xilinx/recipes-bsp/device-tree/files/zynqmp-xen-qemu.dtsi new file mode 100644 index 00000000..249a786b --- /dev/null +++ b/dynamic-layers/xilinx/recipes-bsp/device-tree/files/zynqmp-xen-qemu.dtsi @@ -0,0 +1,16 @@ +/ { + cpus { + cpu@1 { + //compatible = "disabled"; + device_type = "none"; + }; + cpu@2 { + //compatible = "disabled"; + device_type = "none"; + }; + cpu@3 { + //compatible = "disabled"; + device_type = "none"; + }; + }; +}; -- cgit v1.2.3-54-g00ecf