Skip to content
Snippets Groups Projects
Commit e134e78b authored by Troy Kisky's avatar Troy Kisky
Browse files

mx7: imx-regs: add defines for QSPI

parent b29f1187
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,8 @@
#define QSPI0_ARB_BASE_ADDR 0x60000000
#define QSPI0_ARB_END_ADDR 0x6FFFFFFF
#define QSPI0_AMBA_BASE QSPI0_ARB_BASE_ADDR
#define QSPI0_AMBA_END QSPI0_ARB_END_ADDR
#define PCIE_ARB_BASE_ADDR 0x40000000
#define PCIE_ARB_END_ADDR 0x4FFFFFFF
#define PCIE_REG_BASE_ADDR 0x33800000
......@@ -193,6 +195,7 @@
#define SIM1_IPS_BASE_ADDR (AIPS3_OFF_BASE_ADDR+0x190000)
#define SIM2_IPS_BASE_ADDR (AIPS3_OFF_BASE_ADDR+0x1A0000)
#define QSPI1_IPS_BASE_ADDR (AIPS3_OFF_BASE_ADDR+0x1B0000)
#define QSPI0_BASE_ADDR QSPI1_IPS_BASE_ADDR
#define WEIM_IPS_BASE_ADDR (AIPS3_OFF_BASE_ADDR+0x1C0000)
#define SDMA_PORT_IPS_HOST_BASE_ADDR (AIPS3_OFF_BASE_ADDR+0x1D0000)
#define ENET_IPS_BASE_ADDR (AIPS3_OFF_BASE_ADDR+0x1E0000)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment