Searched refs:platcomp (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/core/ |
H A D | sysbus-fdt.c | 536 const char platcomp[] = "qemu,platform\0simple-bus"; in platform_bus_add_all_fdt_nodes() local 547 qemu_fdt_setprop(fdt, node, "compatible", platcomp, sizeof(platcomp)); in platform_bus_add_all_fdt_nodes()
|
/openbmc/qemu/hw/ppc/ |
H A D | e500.c | 323 const char platcomp[] = "qemu,platform\0simple-bus"; in platform_bus_create_devtree() local 333 qemu_fdt_setprop(fdt, node, "compatible", platcomp, sizeof(platcomp)); in platform_bus_create_devtree()
|