16 #include <asm/machdep.h>
17 #include <asm/pci-bridge.h>
28 { .compatible =
"ibm,plb4", },
29 { .compatible =
"ibm,opb", },
30 { .compatible =
"ibm,ebc", },
31 { .compatible =
"simple-bus", },
35 static int __init ppc44x_device_probe(
void)
37 of_platform_bus_probe(
NULL, ppc44x_of_bus,
NULL);
68 static int __init ppc44x_probe(
void)
70 unsigned long root = of_get_flat_dt_root();
74 if (of_flat_dt_is_compatible(root,
board[i])) {
75 pci_set_flags(PCI_REASSIGN_ALL_RSRC);
84 .name =
"PowerPC 44x Platform",
85 .probe = ppc44x_probe,