diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2021-07-22 18:52:28 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2021-08-02 11:42:38 +0100 |
commit | fa6c93944a049dac4d313b5b66d67344266c1d2a (patch) | |
tree | 8a20634dab0b2fa423ef984ad8cf2461851ca597 /docs/system | |
parent | c9543db4cc8c5a858a2cba424c603ffbd8bf613e (diff) |
docs: Add documentation of Arm 'kzm' board
Add brief documentation of the Arm 'kzm' board.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210722175229.29065-3-peter.maydell@linaro.org
Diffstat (limited to 'docs/system')
-rw-r--r-- | docs/system/arm/kzm.rst | 18 | ||||
-rw-r--r-- | docs/system/target-arm.rst | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/docs/system/arm/kzm.rst b/docs/system/arm/kzm.rst new file mode 100644 index 0000000000..bb018fbdf7 --- /dev/null +++ b/docs/system/arm/kzm.rst @@ -0,0 +1,18 @@ +Kyoto Microcomputer KZM-ARM11-01 (``kzm``) +========================================== + +The ``kzm`` board emulates the Kyoto Microcomputer KZM-ARM11-01 +evaluation board, which is based on an NXP i.MX32 SoC +which uses an ARM1136 CPU. + +Emulated devices: + +- UARTs +- LAN9118 ethernet +- AVIC +- CCM +- GPT +- EPIT timers +- I2C +- GPIO controllers +- Watchdog timer diff --git a/docs/system/target-arm.rst b/docs/system/target-arm.rst index ad3f5f435d..d423782d66 100644 --- a/docs/system/target-arm.rst +++ b/docs/system/target-arm.rst @@ -91,6 +91,7 @@ undocumented; you can get a complete list by running arm/musicpal arm/gumstix arm/mainstone + arm/kzm arm/nrf arm/nseries arm/nuvoton |