AMD Geode cpus: apply un-written naming rules
[coreboot.git] / src / mainboard / amd / rumba / devicetree.cb
index 0c0c8f0c31d18fc6ab05bc70cab2b0f2272fb664..e55f5c77b9bb7281ded5bd0b80960986da69e587 100644 (file)
@@ -1,12 +1,10 @@
 chip northbridge/amd/gx2
-       register "setupflash" = "0"
-       #register "irqmap" = "0xaa5b"
-       device apic_cluster 0 on
-               chip cpu/amd/model_gx2
-                       device apic 0 on end
+       device lapic_cluster 0 on
+               chip cpu/amd/geode_gx2
+                       device lapic 0 on end
                end
        end
-       device pci_domain 0 on 
+       device pci_domain 0 on
                device pci 1.0 on end
                device pci 1.1 on end
                chip southbridge/amd/cs5536
@@ -16,7 +14,7 @@ chip northbridge/amd/gx2
                        device pci f.2 on end   # IDE Controller
                        device pci f.3 on end   # Audio
                        device pci f.4 on end   # OHCI
-                       device pci f.4 on end   # UHCI
+                       device pci f.5 on end   # EHCI
                end
        end
 end