浏览代码

armv8: fsl-layerscape: add missing qe base address define

Add define for QUICC Engine register block base address.

Signed-off-by: Laurentiu Tudor <laurentiu.tudor@nxp.com>
[York S: revised commit message]
Reviewed-by: York Sun <york.sun@nxp.com>
Laurentiu Tudor 6 年之前
父节点
当前提交
6fae6a1fd6
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/arm/include/asm/arch-fsl-layerscape/immap_lsch2.h

+ 2 - 0
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)