Lines Matching refs:qemu_fdt_setprop_string
74 qemu_fdt_setprop_string(fdt, "/", "model", "ucbbar,spike-bare,qemu"); in create_fdt()
75 qemu_fdt_setprop_string(fdt, "/", "compatible", "ucbbar,spike-bare-dev"); in create_fdt()
80 qemu_fdt_setprop_string(fdt, "/htif", "compatible", "ucb,htif0"); in create_fdt()
88 qemu_fdt_setprop_string(fdt, "/soc", "compatible", "simple-bus"); in create_fdt()
112 qemu_fdt_setprop_string(fdt, cpu_name, "mmu-type", "riscv,sv32"); in create_fdt()
114 qemu_fdt_setprop_string(fdt, cpu_name, "mmu-type", "riscv,sv48"); in create_fdt()
117 qemu_fdt_setprop_string(fdt, cpu_name, "compatible", "riscv"); in create_fdt()
118 qemu_fdt_setprop_string(fdt, cpu_name, "status", "okay"); in create_fdt()
121 qemu_fdt_setprop_string(fdt, cpu_name, "device_type", "cpu"); in create_fdt()
129 qemu_fdt_setprop_string(fdt, intc_name, "compatible", in create_fdt()
154 qemu_fdt_setprop_string(fdt, mem_name, "device_type", "memory"); in create_fdt()
178 qemu_fdt_setprop_string(fdt, "/chosen", "stdout-path", "/htif"); in create_fdt()