summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurentiu Tudor <[email protected]>2018-08-27 17:33:57 +0300
committerYork Sun <[email protected]>2018-09-27 08:56:40 -0700
commit6fae6a1fd6bf5001a372701e0764ab0820760d55 (patch)
treea717de66d72b5c4853c9685529845d60468f9431
parent87519a9ecefaabc707535a0111b745a1189e3b29 (diff)
armv8: fsl-layerscape: add missing qe base address define
Add define for QUICC Engine register block base address. Signed-off-by: Laurentiu Tudor <[email protected]> [York S: revised commit message] Reviewed-by: York Sun <[email protected]>
-rw-r--r--arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h b/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h
index be0a6ae363f..8c10526a6cf 100644
--- a/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h
+++ b/arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h
@@ -85,6 +85,8 @@
#define GPIO3_BASE_ADDR (CONFIG_SYS_IMMR + 0x1320000)
#define GPIO4_BASE_ADDR (CONFIG_SYS_IMMR + 0x1330000)
+#define QE_BASE_ADDR (CONFIG_SYS_IMMR + 0x1400000)
+
#define LPUART_BASE (CONFIG_SYS_IMMR + 0x01950000)
#define EDMA_BASE_ADDR (CONFIG_SYS_IMMR + 0x01c00000)