xref: /openbmc/qemu/include/hw/arm/xlnx-zynqmp.h (revision 8063396bf3459a810d24e3efd6110b8480f0de5b)
1f0a902f7SPeter Crosthwaite /*
2f0a902f7SPeter Crosthwaite  * Xilinx Zynq MPSoC emulation
3f0a902f7SPeter Crosthwaite  *
4f0a902f7SPeter Crosthwaite  * Copyright (C) 2015 Xilinx Inc
5f0a902f7SPeter Crosthwaite  * Written by Peter Crosthwaite <peter.crosthwaite@xilinx.com>
6f0a902f7SPeter Crosthwaite  *
7f0a902f7SPeter Crosthwaite  * This program is free software; you can redistribute it and/or modify it
8f0a902f7SPeter Crosthwaite  * under the terms of the GNU General Public License as published by the
9f0a902f7SPeter Crosthwaite  * Free Software Foundation; either version 2 of the License, or
10f0a902f7SPeter Crosthwaite  * (at your option) any later version.
11f0a902f7SPeter Crosthwaite  *
12f0a902f7SPeter Crosthwaite  * This program is distributed in the hope that it will be useful, but WITHOUT
13f0a902f7SPeter Crosthwaite  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14f0a902f7SPeter Crosthwaite  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15f0a902f7SPeter Crosthwaite  * for more details.
16f0a902f7SPeter Crosthwaite  */
17f0a902f7SPeter Crosthwaite 
18f0a902f7SPeter Crosthwaite #ifndef XLNX_ZYNQMP_H
190553d895SMarkus Armbruster #define XLNX_ZYNQMP_H
20f0a902f7SPeter Crosthwaite 
2112ec8bd5SPeter Maydell #include "hw/arm/boot.h"
227729e1f4SPeter Crosthwaite #include "hw/intc/arm_gic.h"
2314ca2e46SPeter Crosthwaite #include "hw/net/cadence_gem.h"
243bade2a9SPeter Crosthwaite #include "hw/char/cadence_uart.h"
256fdf3282SAlistair Francis #include "hw/ide/ahci.h"
2633108e9fSSai Pavan Boddu #include "hw/sd/sdhci.h"
2702d07eb4SAlistair Francis #include "hw/ssi/xilinx_spips.h"
28b93dbcddSKONRAD Frederic #include "hw/dma/xlnx_dpdma.h"
2904965bcaSFrancisco Iglesias #include "hw/dma/xlnx-zdma.h"
30b93dbcddSKONRAD Frederic #include "hw/display/xlnx_dp.h"
310ab7bbc7SAlistair Francis #include "hw/intc/xlnx-zynqmp-ipi.h"
328035f85eSPhilippe Mathieu-Daudé #include "hw/rtc/xlnx-zynqmp-rtc.h"
33816fd397SLuc Michel #include "hw/cpu/cluster.h"
34ec150c7eSMarkus Armbruster #include "target/arm/cpu.h"
35db1015e9SEduardo Habkost #include "qom/object.h"
36f0a902f7SPeter Crosthwaite 
37f0a902f7SPeter Crosthwaite #define TYPE_XLNX_ZYNQMP "xlnx,zynqmp"
38*8063396bSEduardo Habkost OBJECT_DECLARE_SIMPLE_TYPE(XlnxZynqMPState, XLNX_ZYNQMP)
39f0a902f7SPeter Crosthwaite 
402e5577bcSPeter Crosthwaite #define XLNX_ZYNQMP_NUM_APU_CPUS 4
41b58850e7SPeter Crosthwaite #define XLNX_ZYNQMP_NUM_RPU_CPUS 2
4214ca2e46SPeter Crosthwaite #define XLNX_ZYNQMP_NUM_GEMS 4
433bade2a9SPeter Crosthwaite #define XLNX_ZYNQMP_NUM_UARTS 2
4433108e9fSSai Pavan Boddu #define XLNX_ZYNQMP_NUM_SDHCI 2
4502d07eb4SAlistair Francis #define XLNX_ZYNQMP_NUM_SPIS 2
4604965bcaSFrancisco Iglesias #define XLNX_ZYNQMP_NUM_GDMA_CH 8
4704965bcaSFrancisco Iglesias #define XLNX_ZYNQMP_NUM_ADMA_CH 8
48f0a902f7SPeter Crosthwaite 
49babc1f30SFrancisco Iglesias #define XLNX_ZYNQMP_NUM_QSPI_BUS 2
50babc1f30SFrancisco Iglesias #define XLNX_ZYNQMP_NUM_QSPI_BUS_CS 2
51babc1f30SFrancisco Iglesias #define XLNX_ZYNQMP_NUM_QSPI_FLASH 4
52babc1f30SFrancisco Iglesias 
536675d719SAlistair Francis #define XLNX_ZYNQMP_NUM_OCM_BANKS 4
546675d719SAlistair Francis #define XLNX_ZYNQMP_OCM_RAM_0_ADDRESS 0xFFFC0000
556675d719SAlistair Francis #define XLNX_ZYNQMP_OCM_RAM_SIZE 0x10000
566675d719SAlistair Francis 
5775b749afSLuc Michel #define XLNX_ZYNQMP_GIC_REGIONS 6
587729e1f4SPeter Crosthwaite 
597729e1f4SPeter Crosthwaite /* ZynqMP maps the ARM GIC regions (GICC, GICD ...) at consecutive 64k offsets
607729e1f4SPeter Crosthwaite  * and under-decodes the 64k region. This mirrors the 4k regions to every 4k
617729e1f4SPeter Crosthwaite  * aligned address in the 64k region. To implement each GIC region needs a
627729e1f4SPeter Crosthwaite  * number of memory region aliases.
637729e1f4SPeter Crosthwaite  */
647729e1f4SPeter Crosthwaite 
6552c16b45SNathan Rossi #define XLNX_ZYNQMP_GIC_REGION_SIZE 0x1000
6675b749afSLuc Michel #define XLNX_ZYNQMP_GIC_ALIASES     (0x10000 / XLNX_ZYNQMP_GIC_REGION_SIZE)
677729e1f4SPeter Crosthwaite 
68dc3b89efSAlistair Francis #define XLNX_ZYNQMP_MAX_LOW_RAM_SIZE    0x80000000ull
69dc3b89efSAlistair Francis 
70dc3b89efSAlistair Francis #define XLNX_ZYNQMP_MAX_HIGH_RAM_SIZE   0x800000000ull
71dc3b89efSAlistair Francis #define XLNX_ZYNQMP_HIGH_RAM_START      0x800000000ull
72dc3b89efSAlistair Francis 
73dc3b89efSAlistair Francis #define XLNX_ZYNQMP_MAX_RAM_SIZE (XLNX_ZYNQMP_MAX_LOW_RAM_SIZE + \
74dc3b89efSAlistair Francis                                   XLNX_ZYNQMP_MAX_HIGH_RAM_SIZE)
75dc3b89efSAlistair Francis 
76db1015e9SEduardo Habkost struct XlnxZynqMPState {
77f0a902f7SPeter Crosthwaite     /*< private >*/
78f0a902f7SPeter Crosthwaite     DeviceState parent_obj;
79f0a902f7SPeter Crosthwaite 
80f0a902f7SPeter Crosthwaite     /*< public >*/
81816fd397SLuc Michel     CPUClusterState apu_cluster;
82816fd397SLuc Michel     CPUClusterState rpu_cluster;
832e5577bcSPeter Crosthwaite     ARMCPU apu_cpu[XLNX_ZYNQMP_NUM_APU_CPUS];
84b58850e7SPeter Crosthwaite     ARMCPU rpu_cpu[XLNX_ZYNQMP_NUM_RPU_CPUS];
857729e1f4SPeter Crosthwaite     GICState gic;
867729e1f4SPeter Crosthwaite     MemoryRegion gic_mr[XLNX_ZYNQMP_GIC_REGIONS][XLNX_ZYNQMP_GIC_ALIASES];
87dc3b89efSAlistair Francis 
886675d719SAlistair Francis     MemoryRegion ocm_ram[XLNX_ZYNQMP_NUM_OCM_BANKS];
896675d719SAlistair Francis 
90dc3b89efSAlistair Francis     MemoryRegion *ddr_ram;
91dc3b89efSAlistair Francis     MemoryRegion ddr_ram_low, ddr_ram_high;
92dc3b89efSAlistair Francis 
9314ca2e46SPeter Crosthwaite     CadenceGEMState gem[XLNX_ZYNQMP_NUM_GEMS];
943bade2a9SPeter Crosthwaite     CadenceUARTState uart[XLNX_ZYNQMP_NUM_UARTS];
956fdf3282SAlistair Francis     SysbusAHCIState sata;
9633108e9fSSai Pavan Boddu     SDHCIState sdhci[XLNX_ZYNQMP_NUM_SDHCI];
9702d07eb4SAlistair Francis     XilinxSPIPS spi[XLNX_ZYNQMP_NUM_SPIS];
98babc1f30SFrancisco Iglesias     XlnxZynqMPQSPIPS qspi;
99b93dbcddSKONRAD Frederic     XlnxDPState dp;
100b93dbcddSKONRAD Frederic     XlnxDPDMAState dpdma;
1010ab7bbc7SAlistair Francis     XlnxZynqMPIPI ipi;
10208b2f15eSAlistair Francis     XlnxZynqMPRTC rtc;
10304965bcaSFrancisco Iglesias     XlnxZDMA gdma[XLNX_ZYNQMP_NUM_GDMA_CH];
10404965bcaSFrancisco Iglesias     XlnxZDMA adma[XLNX_ZYNQMP_NUM_ADMA_CH];
1056396a193SPeter Crosthwaite 
1066396a193SPeter Crosthwaite     char *boot_cpu;
1076396a193SPeter Crosthwaite     ARMCPU *boot_cpu_ptr;
10837d42473SEdgar E. Iglesias 
10937d42473SEdgar E. Iglesias     /* Has the ARM Security extensions?  */
11037d42473SEdgar E. Iglesias     bool secure;
1111946809eSAlistair Francis     /* Has the ARM Virtualization extensions?  */
1121946809eSAlistair Francis     bool virt;
1136ed92b14SEdgar E. Iglesias     /* Has the RPU subsystem?  */
1146ed92b14SEdgar E. Iglesias     bool has_rpu;
115db1015e9SEduardo Habkost };
116f0a902f7SPeter Crosthwaite 
117f0a902f7SPeter Crosthwaite #endif
118