diff options
author | Bernhard Beschow <shentey@gmail.com> | 2025-02-23 12:47:01 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2025-02-25 17:03:14 +0000 |
commit | 06908a84f036d7cefb834f8d67cf8b80a1791838 (patch) | |
tree | a5615426b9dae4cc7a959b1eae28456cac95e013 /docs/system/arm | |
parent | 764f18afb2b749a9dcfd37bac5709e7a7bcd2589 (diff) | |
download | qemu-06908a84f036d7cefb834f8d67cf8b80a1791838.zip qemu-06908a84f036d7cefb834f8d67cf8b80a1791838.tar.gz qemu-06908a84f036d7cefb834f8d67cf8b80a1791838.tar.bz2 |
hw/arm/fsl-imx8mp: Add SPI controllers
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Message-id: 20250223114708.1780-12-shentey@gmail.com
[PMM: drop static const from spi_table for GCC 7.5]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs/system/arm')
-rw-r--r-- | docs/system/arm/imx8mp-evk.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/system/arm/imx8mp-evk.rst b/docs/system/arm/imx8mp-evk.rst index ef0d997..66e5865 100644 --- a/docs/system/arm/imx8mp-evk.rst +++ b/docs/system/arm/imx8mp-evk.rst @@ -16,6 +16,7 @@ The ``imx8mp-evk`` machine implements the following devices: * 1 Designware PCI Express Controller * 5 GPIO Controllers * 6 I2C Controllers + * 3 SPI Controllers * Secure Non-Volatile Storage (SNVS) including an RTC * Clock Tree |