Lines Matching full:compatible
129 qemu_fdt_setprop_string(fdt, ser, "compatible", "ns16550"); in dt_serial_create()
142 * compatible with the existing firmware. in dt_serial_create()
159 qemu_fdt_setprop_string(fdt, node, "compatible", "fsl,qoriq-gpio"); in create_dt_mpc8xxx_gpio()
171 qemu_fdt_setprop_string(fdt, poweroff, "compatible", "gpio-poweroff"); in create_dt_mpc8xxx_gpio()
184 qemu_fdt_setprop_string(fdt, rtc, "compatible", "pericom,pt7c4338"); in dt_rtc_create()
200 qemu_fdt_setprop_string(fdt, i2c, "compatible", "fsl-i2c"); in dt_i2c_create()
226 qemu_fdt_setprop_string(fdt, name, "compatible", "fsl,esdhc"); in dt_sdhc_create()
257 qemu_fdt_setprop_string(fdt, node, "compatible", "fsl,etsec2"); in create_devtree_etsec()
313 qemu_fdt_setprop_string(fdt, name, "compatible", "cfi-flash"); in create_devtree_flash()
334 qemu_fdt_setprop(fdt, node, "compatible", platcomp, sizeof(platcomp)); in platform_bus_create_devtree()
475 qemu_fdt_setprop_string(fdt, "/hypervisor", "compatible", in ppce500_load_device_tree()
537 qemu_fdt_setprop(fdt, soc, "compatible", compatible_sb, in ppce500_load_device_tree()
550 qemu_fdt_setprop_string(fdt, mpic, "compatible", "fsl,mpic"); in ppce500_load_device_tree()
588 qemu_fdt_setprop_string(fdt, gutil, "compatible", "fsl,mpc8544-guts"); in ppce500_load_device_tree()
595 qemu_fdt_setprop_string(fdt, msi, "compatible", "fsl,mpic-msi"); in ppce500_load_device_tree()
617 qemu_fdt_setprop_string(fdt, pci, "compatible", "fsl,mpc8540-pci"); in ppce500_load_device_tree()
656 qemu_fdt_setprop(fdt, "/", "compatible", toplevel_compat, in ppce500_load_device_tree()
1039 * Compatible with: in ppce500_init()