]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/x86/dts/qemu-x86_i440fx.dts
x86: qemu: Add MP initialization
[karo-tx-uboot.git] / arch / x86 / dts / qemu-x86_i440fx.dts
index 557428a459c6d55765c14d75a351a4b8f354ef7c..fc74cd0f01415fa6fe04b781cd90942caaef9daa 100644 (file)
@@ -10,6 +10,7 @@
 
 /include/ "skeleton.dtsi"
 /include/ "serial.dtsi"
+/include/ "rtc.dtsi"
 
 / {
        model = "QEMU x86 (I440FX)";
                stdout-path = "/serial";
        };
 
+       cpus {
+               #address-cells = <1>;
+               #size-cells = <0>;
+
+               cpu@0 {
+                       device_type = "cpu";
+                       compatible = "cpu-x86";
+                       reg = <0>;
+                       intel,apic-id = <0>;
+               };
+
+               cpu@1 {
+                       device_type = "cpu";
+                       compatible = "cpu-x86";
+                       reg = <1>;
+                       intel,apic-id = <1>;
+               };
+       };
+
        pci {
                compatible = "pci-x86";
                #address-cells = <3>;