]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/dts/qemu-x86_i440fx.dts
ARM: uniphier: set DRAM_SPARSE flag for LD21 boards
[u-boot] / arch / x86 / dts / qemu-x86_i440fx.dts
index 433220475dcf3794776c08df12d6ed5c33635598..afea14ed32b160e6c64dbf3aa376d376d60805a5 100644 (file)
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
+               u-boot,dm-pre-reloc;
 
                cpu@0 {
                        device_type = "cpu";
                        compatible = "cpu-qemu";
+                       u-boot,dm-pre-reloc;
                        reg = <0>;
                        intel,apic-id = <0>;
                };
-
-               cpu@1 {
-                       device_type = "cpu";
-                       compatible = "cpu-qemu";
-                       reg = <1>;
-                       intel,apic-id = <1>;
-               };
        };
 
        tsc-timer {
                        0x42000000 0x0 0xd0000000 0xd0000000 0 0x10000000
                        0x01000000 0x0 0x2000 0x2000 0 0xe000>;
 
-               irq-router@1,0 {
+               pch@1,0 {
                        reg = <0x00000800 0 0 0 0>;
-                       compatible = "intel,irq-router";
-                       intel,pirq-config = "pci";
-                       intel,pirq-link = <0x60 4>;
-                       intel,pirq-mask = <0x0e40>;
-                       intel,pirq-routing = <
-                               /* PIIX UHCI */
-                               PCI_BDF(0, 1, 2) INTD PIRQD
-                               /* e1000 NIC */
-                               PCI_BDF(0, 3, 0) INTA PIRQC
-                       >;
+                       compatible = "intel,pch7";
+                       u-boot,dm-pre-reloc;
+
+                       irq-router {
+                               compatible = "intel,irq-router";
+                               u-boot,dm-pre-reloc;
+                               intel,pirq-config = "pci";
+                               intel,pirq-link = <0x60 4>;
+                               intel,pirq-mask = <0x0e40>;
+                               intel,pirq-routing = <
+                                       /* PIIX UHCI */
+                                       PCI_BDF(0, 1, 2) INTD PIRQD
+                                       /* e1000 NIC */
+                                       PCI_BDF(0, 3, 0) INTA PIRQC
+                               >;
+                       };
                };
        };