Home
last modified time | relevance | path

Searched refs:BOSTON_UART (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/mips/
H A Dboston.c90 BOSTON_UART, enumerator
109 [BOSTON_UART] = { 0x17ffe000, 0x20 },
640 name = g_strdup_printf("/soc/uart@%" HWADDR_PRIx, memmap[BOSTON_UART].base); in create_fdt()
643 qemu_fdt_setprop_cells(fdt, name, "reg", memmap[BOSTON_UART].base, in create_fdt()
644 memmap[BOSTON_UART].size); in create_fdt()
759 s->uart = serial_mm_init(sys_mem, boston_memmap[BOSTON_UART].base, 2, in boston_mach_init()