Searched refs:gpio_phandle (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/riscv/ |
H A D | sifive_u.c | 104 uint32_t plic_phandle, prci_phandle, gpio_phandle, phandle = 1; in create_fdt() local 285 gpio_phandle = phandle++; in create_fdt() 289 qemu_fdt_setprop_cell(fdt, nodename, "phandle", gpio_phandle); in create_fdt() 311 qemu_fdt_setprop_cells(fdt, nodename, "gpios", gpio_phandle, 10, 1); in create_fdt()
|