global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace
[platform/kernel/u-boot.git] / arch / arm / include / asm / arch-imx8 / imx-regs.h
index af0fb51..f569162 100644 (file)
@@ -1,11 +1,13 @@
 /* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * Copyright 2018 NXP
+ * Copyright 2018, 2021 NXP
  */
 
 #ifndef __ASM_ARCH_IMX8_REGS_H__
 #define __ASM_ARCH_IMX8_REGS_H__
 
+#define ARCH_MXC
+
 #define LPUART_BASE            0x5A060000
 
 #define GPT1_BASE_ADDR         0x5D140000
@@ -24,6 +26,8 @@
 #define LPI2C4_BASE_ADDR       0x5A830000
 #define LPI2C5_BASE_ADDR       0x5A840000
 
+#define FEC_QUIRK_ENET_MAC
+
 #ifdef CONFIG_IMX8QXP
 #define LVDS0_PHYCTRL_BASE     0x56221000
 #define LVDS1_PHYCTRL_BASE     0x56241000
@@ -43,4 +47,6 @@
 #define USB_BASE_ADDR          0x5b0d0000
 #define USB_PHY0_BASE_ADDR     0x5b100000
 
+#define CFG_SYS_FSL_SEC_ADDR (0x31400000)
+
 #endif /* __ASM_ARCH_IMX8_REGS_H__ */