xref: /aosp_15_r20/external/coreboot/src/mainboard/emulation/qemu-riscv/include/mainboard/addressmap.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #define QEMU_VIRT_CLINT		0x02000000
4 #define QEMU_VIRT_PLIC		0x0c000000
5 #define QEMU_VIRT_UART0		0x10000000
6 #define QEMU_VIRT_VIRTIO	0x10001000
7 #define QEMU_VIRT_FLASH		0x20000000
8 #define QEMU_VIRT_DRAM		0x80000000
9