diff options
author | Bernhard Beschow <shentey@gmail.com> | 2025-02-23 12:47:03 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2025-02-25 17:03:46 +0000 |
commit | f8b26121762c17af9869b0ec7ccbda6df4ea37f8 (patch) | |
tree | 2e210d8720db4ac3a529750745e0f044cb19f768 /docs/system | |
parent | 1ac21eb8fbb0297716a6c525e91196a247302b2b (diff) | |
download | qemu-f8b26121762c17af9869b0ec7ccbda6df4ea37f8.zip qemu-f8b26121762c17af9869b0ec7ccbda6df4ea37f8.tar.gz qemu-f8b26121762c17af9869b0ec7ccbda6df4ea37f8.tar.bz2 |
hw/arm/fsl-imx8mp: Implement general purpose timers
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Message-id: 20250223114708.1780-14-shentey@gmail.com
[PMM: drop static const from gpt_attrs 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 904de9a..4b195c9 100644 --- a/docs/system/arm/imx8mp-evk.rst +++ b/docs/system/arm/imx8mp-evk.rst @@ -18,6 +18,7 @@ The ``imx8mp-evk`` machine implements the following devices: * 6 I2C Controllers * 3 SPI Controllers * 3 Watchdogs + * 6 General Purpose Timers * Secure Non-Volatile Storage (SNVS) including an RTC * Clock Tree |