diff options
author | Khoronzhuk, Ivan <ivan.khoronzhuk@ti.com> | 2014-10-29 13:09:33 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-05 13:09:42 -0500 |
commit | 6c0fb41a0ac6e83728280c5946f0c7c25ec61da1 (patch) | |
tree | 1953fd3fc6b9e0a74362efc38d40963a1046a7c0 /arch | |
parent | 87ac27bd5b02262cdca7d4701aabdfb7d9a43507 (diff) | |
download | u-boot-imx-6c0fb41a0ac6e83728280c5946f0c7c25ec61da1.zip u-boot-imx-6c0fb41a0ac6e83728280c5946f0c7c25ec61da1.tar.gz u-boot-imx-6c0fb41a0ac6e83728280c5946f0c7c25ec61da1.tar.bz2 |
net: keystone_net: add Keystone2 K2L SoC support
The Keystone2 Lamar SoC uses the same keystone net driver.
This patch adds opportunity to use it by K2L SoCs.
Acked-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/include/asm/arch-keystone/hardware-k2l.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-keystone/hardware-k2l.h b/arch/arm/include/asm/arch-keystone/hardware-k2l.h index da448fd..4f1197e 100644 --- a/arch/arm/include/asm/arch-keystone/hardware-k2l.h +++ b/arch/arm/include/asm/arch-keystone/hardware-k2l.h @@ -102,4 +102,7 @@ #define KS2_NETCP_PDMA_RX_FLOW_NUM 96 #define KS2_NETCP_PDMA_TX_SND_QUEUE 896 +/* NETCP */ +#define KS2_NETCP_BASE 0x26000000 + #endif /* __ASM_ARCH_HARDWARE_K2L_H */ |