16 #include <asm/machdep.h>
17 #include <asm/pci-bridge.h>
28 { .compatible =
"ibm,plb3", },
29 { .compatible =
"ibm,plb4", },
30 { .compatible =
"ibm,opb", },
31 { .compatible =
"ibm,ebc", },
32 { .compatible =
"simple-bus", },
36 static int __init ppc40x_device_probe(
void)
38 of_platform_bus_probe(
NULL, ppc40x_of_bus,
NULL);
63 static int __init ppc40x_probe(
void)
65 if (of_flat_dt_match(of_get_flat_dt_root(),
board)) {
66 pci_set_flags(PCI_REASSIGN_ALL_RSRC);
74 .name =
"PowerPC 40x Platform",
75 .probe = ppc40x_probe,