summary refs log tree commit diff stats
path: root/include/hw/arm/fsl-imx8mp.h
diff options
context:
space:
mode:
authorBernhard Beschow <shentey@gmail.com>2025-02-23 12:47:07 +0100
committerPeter Maydell <peter.maydell@linaro.org>2025-02-25 17:24:00 +0000
commit1aaf3478684ff1cd02d1b36c32a00bfac9a5dbd5 (patch)
tree21f4fcdb552e801219da7d4c374b655f9cee4839 /include/hw/arm/fsl-imx8mp.h
parent4226c39fea1490060163339ae45500bda1b1be05 (diff)
downloadfocaccia-qemu-1aaf3478684ff1cd02d1b36c32a00bfac9a5dbd5.tar.gz
focaccia-qemu-1aaf3478684ff1cd02d1b36c32a00bfac9a5dbd5.zip
hw/arm/fsl-imx8mp: Add on-chip RAM
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Message-id: 20250223114708.1780-18-shentey@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/hw/arm/fsl-imx8mp.h')
-rw-r--r--include/hw/arm/fsl-imx8mp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/arm/fsl-imx8mp.h b/include/hw/arm/fsl-imx8mp.h
index 5247e972b8..bc97fc416e 100644
--- a/include/hw/arm/fsl-imx8mp.h
+++ b/include/hw/arm/fsl-imx8mp.h
@@ -68,6 +68,7 @@ struct FslImx8mpState {
     DesignwarePCIEHost pcie;
     FslImx8mPciePhyState   pcie_phy;
     OrIRQState         gpt5_gpt6_irq;
+    MemoryRegion       ocram;
 
     uint32_t           phy_num;
     bool               phy_connected;