diff options
| author | Andrey Smirnov | 2019-07-01 18:26:14 +0200 |
|---|---|---|
| committer | Peter Maydell | 2019-07-01 18:28:59 +0200 |
| commit | 6ee51e961e9fadb2c2c1b374531e7aefa38e422d (patch) | |
| tree | 679c5831459ea61c444bcbdd578462b59ac230ba /include | |
| parent | i.mx7d: Add no-op/unimplemented APBH DMA module (diff) | |
| download | qemu-6ee51e961e9fadb2c2c1b374531e7aefa38e422d.tar.gz qemu-6ee51e961e9fadb2c2c1b374531e7aefa38e422d.tar.xz qemu-6ee51e961e9fadb2c2c1b374531e7aefa38e422d.zip | |
i.mx7d: Add no-op/unimplemented PCIE PHY IP block
Add no-op/unimplemented PCIE PHY IP block. Needed by new kernels to
use PCIE.
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Michael S. Tsirkin <mst@redhat.com>
Cc: qemu-devel@nongnu.org
Cc: qemu-arm@nongnu.org
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/arm/fsl-imx7.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hw/arm/fsl-imx7.h b/include/hw/arm/fsl-imx7.h index dcd73603c3..09f4f33f6e 100644 --- a/include/hw/arm/fsl-imx7.h +++ b/include/hw/arm/fsl-imx7.h @@ -125,6 +125,9 @@ enum FslIMX7MemoryMap { FSL_IMX7_ADC2_ADDR = 0x30620000, FSL_IMX7_ADCn_SIZE = 0x1000, + FSL_IMX7_PCIE_PHY_ADDR = 0x306D0000, + FSL_IMX7_PCIE_PHY_SIZE = 0x10000, + FSL_IMX7_GPC_ADDR = 0x303A0000, FSL_IMX7_I2C1_ADDR = 0x30A20000, |
