meta-virtualization/dynamic-layers/xilinx/recipes-bsp/device-tree/files/zynqmp-xen-qemu.dtsi
Sandeep Gundlupet Raju c9b65ee0e5 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 <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-08-01 14:41:45 -04:00

17 lines
453 B
Plaintext

/ {
cpus {
cpu@1 {
//compatible = "disabled";
device_type = "none";
};
cpu@2 {
//compatible = "disabled";
device_type = "none";
};
cpu@3 {
//compatible = "disabled";
device_type = "none";
};
};
};