Add qemu 2.4.0
[kvmfornfv.git] / qemu / dtc / tests / boot-cpuid.dts
diff --git a/qemu/dtc/tests/boot-cpuid.dts b/qemu/dtc/tests/boot-cpuid.dts
new file mode 100644 (file)
index 0000000..7021a24
--- /dev/null
@@ -0,0 +1,16 @@
+/dts-v1/;
+
+/ {
+       cpus {
+               cpu@10 {
+                       device_type = "cpu";
+                       compatible = "fake-cpu";
+                       reg = <0x10>;
+               };
+               cpu@11 {
+                       device_type = "cpu";
+                       compatible = "fake-cpu";
+                       reg = <0x11>;
+               };
+       };
+};