diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-04-07 20:53:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-04-07 20:53:34 +0000 |
commit | 428888faec378bb1dfe263d469c66bccfdcebdfb (patch) | |
tree | 634079aedf173e8954f07dd8302531ca272f8346 /target/linux/ar71xx/files/arch/mips/include | |
parent | 13b1bd2ec29db592120efc393ca9bad7bf71bcc8 (diff) | |
download | mtk-20170518-428888faec378bb1dfe263d469c66bccfdcebdfb.zip mtk-20170518-428888faec378bb1dfe263d469c66bccfdcebdfb.tar.gz mtk-20170518-428888faec378bb1dfe263d469c66bccfdcebdfb.tar.bz2 |
ar71xx: add support for the built-in WMAC of the AR934x
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26521
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/include')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h index e671f58..2a540a8 100644 --- a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h +++ b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/ar71xx.h @@ -70,6 +70,9 @@ #define AR91XX_WMAC_BASE (AR71XX_APB_BASE + 0x000C0000) #define AR91XX_WMAC_SIZE 0x30000 +#define AR934X_WMAC_BASE (AR71XX_APB_BASE + 0x00100000) +#define AR934X_WMAC_SIZE 0x1ffff + #define AR71XX_MEM_SIZE_MIN 0x0200000 #define AR71XX_MEM_SIZE_MAX 0x10000000 |