diff options
| author | Bernhard Beschow <shentey@gmail.com> | 2025-02-23 12:47:02 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2025-02-25 17:03:29 +0000 |
| commit | 1ac21eb8fbb0297716a6c525e91196a247302b2b (patch) | |
| tree | 4ef7e06a77b6683de67a2ddfb9597a3498acbe51 /docs | |
| parent | 06908a84f036d7cefb834f8d67cf8b80a1791838 (diff) | |
| download | focaccia-qemu-1ac21eb8fbb0297716a6c525e91196a247302b2b.tar.gz focaccia-qemu-1ac21eb8fbb0297716a6c525e91196a247302b2b.zip | |
hw/arm/fsl-imx8mp: Add watchdog support
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Bernhard Beschow <shentey@gmail.com> Message-id: 20250223114708.1780-13-shentey@gmail.com [PMM: drop static const from wdog_table for GCC 7.5] 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 66e5865107..904de9aa7d 100644 --- a/docs/system/arm/imx8mp-evk.rst +++ b/docs/system/arm/imx8mp-evk.rst @@ -17,6 +17,7 @@ The ``imx8mp-evk`` machine implements the following devices: * 5 GPIO Controllers * 6 I2C Controllers * 3 SPI Controllers + * 3 Watchdogs * Secure Non-Volatile Storage (SNVS) including an RTC * Clock Tree |