mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-27 16:31:05 +02:00
[ar7] fix missing bits in ar7.h after r20037
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20086 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
330b8a44a5
commit
ab0261c7af
@ -44,8 +44,10 @@
|
||||
#define UR8_REGS_WDT (AR7_REGS_BASE + 0x0b00)
|
||||
#define UR8_REGS_UART1 (AR7_REGS_BASE + 0x0f00)
|
||||
|
||||
#define TITAN_REGS_MAC0 (0x08640000)
|
||||
#define TITAN_REGS_MAC1 (TITAN_REGS_MAC0 + 0x0800)
|
||||
#define TITAN_REGS_ESWITCH_BASE (0x08640000)
|
||||
#define TITAN_REGS_MAC0 (TITAN_REGS_ESWITCH_BASE + 0)
|
||||
#define TITAN_REGS_MAC1 (TITAN_REGS_ESWITCH_BASE + 0x0800)
|
||||
#define TITAN_REGS_MDIO (TITAN_REGS_ESWITCH_BASE + 0x02000)
|
||||
#define TITAN_REGS_VLYNQ0 (AR7_REGS_BASE + 0x1c00)
|
||||
#define TITAN_REGS_VLYNQ1 (AR7_REGS_BASE + 0x1300)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user