1.. zephyr:board:: qemu_kvm_arm64 2 3Overview 4******** 5 6This board configuration will use QEMU to run a KVM guest on an AArch64 7host. 8 9This configuration provides support for an AArch64 Cortex-A CPU and these 10devices: 11 12* GICv3 interrupt controller 13* ARM architected timer 14* PL011 UART controller 15 16Hardware 17******** 18Supported Features 19================== 20 21The following hardware features are supported: 22 23+--------------+------------+----------------------+ 24| Interface | Controller | Driver/Component | 25+==============+============+======================+ 26| GIC | on-chip | interrupt controller | 27+--------------+------------+----------------------+ 28| PL011 UART | on-chip | serial port | 29+--------------+------------+----------------------+ 30| ARM TIMER | on-chip | system clock | 31+--------------+------------+----------------------+ 32 33The kernel currently does not support other hardware features on this platform. 34 35Devices 36======== 37System Clock 38------------ 39 40This board configuration uses the host system clock frequency. 41 42Serial Port 43----------- 44 45This board configuration uses a single serial communication channel with the 46CPU's UART0. 47 48Programming and Debugging 49************************* 50 51Refer to the qemu_cortex_a53 board instructions for this part. 52 53Debugging 54========= 55 56Refer to the detailed overview about :ref:`application_debugging`. 57