diff options
author | Bernhard Beschow <shentey@gmail.com> | 2025-02-23 12:47:00 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2025-02-25 17:02:59 +0000 |
commit | 764f18afb2b749a9dcfd37bac5709e7a7bcd2589 (patch) | |
tree | cb45c10d4697b0c573b8ce14dfc50467ca853205 /docs/system | |
parent | a17c1d932ec6ae1a3364eaf34c0660f01f806267 (diff) | |
download | qemu-764f18afb2b749a9dcfd37bac5709e7a7bcd2589.zip qemu-764f18afb2b749a9dcfd37bac5709e7a7bcd2589.tar.gz qemu-764f18afb2b749a9dcfd37bac5709e7a7bcd2589.tar.bz2 |
hw/arm/fsl-imx8mp: Add I2C controllers
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Message-id: 20250223114708.1780-11-shentey@gmail.com
[PMM: drop static const from i2c_table for GCC 7.5]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs/system')
-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 37d3630..ef0d997 100644 --- a/docs/system/arm/imx8mp-evk.rst +++ b/docs/system/arm/imx8mp-evk.rst @@ -15,6 +15,7 @@ The ``imx8mp-evk`` machine implements the following devices: * 3 USDHC Storage Controllers * 1 Designware PCI Express Controller * 5 GPIO Controllers + * 6 I2C Controllers * Secure Non-Volatile Storage (SNVS) including an RTC * Clock Tree |