diff options
author | Bernhard Beschow <shentey@gmail.com> | 2025-02-23 12:47:04 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2025-02-25 17:12:18 +0000 |
commit | 0c105b261551a9b9fed086a7b9ecd0b6d6063bc4 (patch) | |
tree | 4a7226b03e691be1f6a5278d82ec880e338a0975 /docs | |
parent | f8b26121762c17af9869b0ec7ccbda6df4ea37f8 (diff) | |
download | qemu-0c105b261551a9b9fed086a7b9ecd0b6d6063bc4.zip qemu-0c105b261551a9b9fed086a7b9ecd0b6d6063bc4.tar.gz qemu-0c105b261551a9b9fed086a7b9ecd0b6d6063bc4.tar.bz2 |
hw/arm/fsl-imx8mp: Add Ethernet controller
The i.MX 8M Plus SoC actually has two ethernet controllers, the usual ENET one
and a Designware one. There is no device model for the latter, so only add the
ENET one.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Message-id: 20250223114708.1780-15-shentey@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs')
-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 4b195c9..917c1d5 100644 --- a/docs/system/arm/imx8mp-evk.rst +++ b/docs/system/arm/imx8mp-evk.rst @@ -14,6 +14,7 @@ The ``imx8mp-evk`` machine implements the following devices: * 4 UARTs * 3 USDHC Storage Controllers * 1 Designware PCI Express Controller + * 1 Ethernet Controller * 5 GPIO Controllers * 6 I2C Controllers * 3 SPI Controllers |