mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-15 22:21:57 -06:00
docs/system/arm: Add RPi4B to raspi.rst
Signed-off-by: Sergey Kambalin <sergey.kambalin@auriga.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20240226000259.2752893-42-sergey.kambalin@auriga.com [PMM: list PCIE and GENET as 'missing' for now, until we land the patches which add those devices] Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
cda5a7d640
commit
9c5c959dd7
1 changed files with 7 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
Raspberry Pi boards (``raspi0``, ``raspi1ap``, ``raspi2b``, ``raspi3ap``, ``raspi3b``)
|
Raspberry Pi boards (``raspi0``, ``raspi1ap``, ``raspi2b``, ``raspi3ap``, ``raspi3b``, ``raspi4b``)
|
||||||
======================================================================================
|
===================================================================================================
|
||||||
|
|
||||||
|
|
||||||
QEMU provides models of the following Raspberry Pi boards:
|
QEMU provides models of the following Raspberry Pi boards:
|
||||||
|
@ -12,12 +12,13 @@ QEMU provides models of the following Raspberry Pi boards:
|
||||||
Cortex-A53 (4 cores), 512 MiB of RAM
|
Cortex-A53 (4 cores), 512 MiB of RAM
|
||||||
``raspi3b``
|
``raspi3b``
|
||||||
Cortex-A53 (4 cores), 1 GiB of RAM
|
Cortex-A53 (4 cores), 1 GiB of RAM
|
||||||
|
``raspi4b``
|
||||||
|
Cortex-A72 (4 cores), 2 GiB of RAM
|
||||||
|
|
||||||
Implemented devices
|
Implemented devices
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
* ARM1176JZF-S, Cortex-A7 or Cortex-A53 CPU
|
* ARM1176JZF-S, Cortex-A7, Cortex-A53 or Cortex-A72 CPU
|
||||||
* Interrupt controller
|
* Interrupt controller
|
||||||
* DMA controller
|
* DMA controller
|
||||||
* Clock and reset controller (CPRMAN)
|
* Clock and reset controller (CPRMAN)
|
||||||
|
@ -35,9 +36,10 @@ Implemented devices
|
||||||
* VideoCore firmware (property)
|
* VideoCore firmware (property)
|
||||||
* Peripheral SPI controller (SPI)
|
* Peripheral SPI controller (SPI)
|
||||||
|
|
||||||
|
|
||||||
Missing devices
|
Missing devices
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
* Analog to Digital Converter (ADC)
|
* Analog to Digital Converter (ADC)
|
||||||
* Pulse Width Modulation (PWM)
|
* Pulse Width Modulation (PWM)
|
||||||
|
* PCIE Root Port (raspi4b)
|
||||||
|
* GENET Ethernet Controller (raspi4b)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue