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