diff options
| author | Luc Michel <luc.michel@amd.com> | 2025-09-26 09:07:54 +0200 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2025-10-07 10:35:36 +0100 |
| commit | 00580a9d715138ec1560b91c596dedee07286fee (patch) | |
| tree | 8076140b97959f3ab982b35ffc74adaa4440abd9 /include/hw/arm/xlnx-versal-version.h | |
| parent | 4707024bc3362f4b9859214357a687b9154c84cf (diff) | |
| download | focaccia-qemu-00580a9d715138ec1560b91c596dedee07286fee.tar.gz focaccia-qemu-00580a9d715138ec1560b91c596dedee07286fee.zip | |
hw/misc/xlnx-versal-crl: add the versal2 version
Add the versal2 version of the CRL device. For the implemented part, it is similar to the versal version but drives reset line of more devices. Signed-off-by: Luc Michel <luc.michel@amd.com> Reviewed-by: Francisco Iglesias <francisco.iglesias@amd.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@amd.com> Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20250926070806.292065-37-luc.michel@amd.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw/arm/xlnx-versal-version.h')
| -rw-r--r-- | include/hw/arm/xlnx-versal-version.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/arm/xlnx-versal-version.h b/include/hw/arm/xlnx-versal-version.h index c4307d1304..5b6b6e57a5 100644 --- a/include/hw/arm/xlnx-versal-version.h +++ b/include/hw/arm/xlnx-versal-version.h @@ -10,6 +10,7 @@ typedef enum VersalVersion { VERSAL_VER_VERSAL, + VERSAL_VER_VERSAL2, } VersalVersion; #endif |