mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00

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>
17 lines
453 B
Plaintext
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";
|
|
};
|
|
};
|
|
};
|