integrate a feature-rich dual or single-core Arm Cortex-A9 MPCore based
processing system (PS) and AMD programmable logic (PL) in a single device.
-More details here:
-https://docs.amd.com/r/en-US/ug585-zynq-7000-SoC-TRM/Zynq-7000-SoC-Technical-Reference-Manual
-
-QEMU xilinx-zynq-a9 board supports following devices:
- - A9 MPCORE
- - cortex-a9
- - GIC v1
- - Generic timer
- - wdt
- - OCM 256KB
- - SMC SRAM@0xe2000000 64MB
- - Zynq SLCR
- - SPI x2
- - QSPI
- - UART
- - TTC x2
- - Gigabit Ethernet Controller x2
- - SD Controller x2
- - XADC
- - Arm PrimeCell DMA Controller
- - DDR Memory
- - USB 2.0 x2
+The SoC is documented in the
+`Zynq 7000 Technical Reference manual <https://docs.amd.com/r/en-US/ug585-zynq-7000-SoC-TRM/Zynq-7000-SoC-Technical-Reference-Manual>`__.
+
+The QEMU xilinx-zynq-a9 board supports the following devices:
+
+- Arm Cortex-A9 MPCore CPU
+
+ - Cortex-A9 CPUs
+ - GIC v1 interrupt controller
+ - Generic timer
+ - Watchdog timer
+
+- OCM 256KB
+- SMC SRAM 64MB
+- Zynq SLCR
+- SPI x2
+- QSPI
+- UART
+- TTC x2
+- Gigabit Ethernet Controller x2
+- SD Controller x2
+- XADC
+- Arm PrimeCell DMA Controller
+- DDR Memory
+- USB 2.0 x2
Running
"""""""
-Direct Linux boot of a generic ARM upstream Linux kernel:
+Direct Linux boot of a generic Arm upstream Linux kernel:
.. code-block:: bash
-machine boot-mode=qspi
-Supported values are jtag, sd, qspi, nor.
+Supported values are ``jtag``, ``sd``, ``qspi`` and ``nor``.