mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-14 10:50:49 +00:00
ARM: k2g: update keystone nav rx queue numbers
update K2G nav rx queue number Signed-off-by: Vitaly Andrianov <vitalya@ti.com> Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
parent
11d8222a26
commit
cddb330035
@ -125,8 +125,13 @@ typedef volatile unsigned int *dv_reg_p;
|
|||||||
#define KS2_EDMA_PARAM_1(x) (0x4020 + (4 * x))
|
#define KS2_EDMA_PARAM_1(x) (0x4020 + (4 * x))
|
||||||
|
|
||||||
/* NETCP pktdma */
|
/* NETCP pktdma */
|
||||||
|
#ifdef CONFIG_SOC_K2G
|
||||||
|
#define KS2_NETCP_PDMA_RX_FREE_QUEUE 113
|
||||||
|
#define KS2_NETCP_PDMA_RX_RCV_QUEUE 114
|
||||||
|
#else
|
||||||
#define KS2_NETCP_PDMA_RX_FREE_QUEUE 4001
|
#define KS2_NETCP_PDMA_RX_FREE_QUEUE 4001
|
||||||
#define KS2_NETCP_PDMA_RX_RCV_QUEUE 4002
|
#define KS2_NETCP_PDMA_RX_RCV_QUEUE 4002
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Chip Interrupt Controller */
|
/* Chip Interrupt Controller */
|
||||||
#define KS2_CIC2_BASE 0x02608000
|
#define KS2_CIC2_BASE 0x02608000
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user