diff options
author | Peng Fan <peng.fan@nxp.com> | 2020-12-25 11:16:34 +0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2021-01-23 13:30:30 +0300 |
commit | 48b90f86c583183e2f4d80b2747ebff612c4173f (patch) | |
tree | 85dc6b26e8cc8efb87b4ec29dfa46f72321fcd32 /arch/arm/include | |
parent | 184aa6504143b452132e28cd3ebecc7b941cdfa1 (diff) | |
download | u-boot-48b90f86c583183e2f4d80b2747ebff612c4173f.tar.xz |
imx: imx8mp_evk: enable eth support
Add board code to configure the network interface
Add net defconfig
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/arch-imx8m/imx-regs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-imx8m/imx-regs.h b/arch/arm/include/asm/arch-imx8m/imx-regs.h index f1c410ec78..f5711155b7 100644 --- a/arch/arm/include/asm/arch-imx8m/imx-regs.h +++ b/arch/arm/include/asm/arch-imx8m/imx-regs.h @@ -62,6 +62,8 @@ #define DDRC_IPS_BASE_ADDR(X) (0x3d400000 + ((X) * 0x2000000)) #define DDR_CSD1_BASE_ADDR 0x40000000 +#define IOMUXC_GPR_GPR1_GPR_ENET_QOS_INTF_SEL_MASK 0x70000 + #if !defined(__ASSEMBLY__) #include <asm/types.h> #include <linux/bitops.h> |