diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-01-30 15:25:41 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-01-30 15:25:41 +0000 |
commit | af219a1496fc6d694cacca50de705f24d6bcd8fd (patch) | |
tree | d175be0f7474c7417e43e6c342afa679473ce50a /target | |
parent | 76a944fdca26da9fa297e0feb1645e689b6a154e (diff) | |
download | upstream-af219a1496fc6d694cacca50de705f24d6bcd8fd.tar.gz upstream-af219a1496fc6d694cacca50de705f24d6bcd8fd.tar.bz2 upstream-af219a1496fc6d694cacca50de705f24d6bcd8fd.zip |
ramips: fix wrong base addresses for the RT288x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19409 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt288x_regs.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt288x_regs.h b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt288x_regs.h index b2be7e508a..1dd6c2dcec 100644 --- a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt288x_regs.h +++ b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt288x_regs.h @@ -1,7 +1,7 @@ /* * Ralink RT288x SoC register definitions * - * Copyright (C) 2008-2009 Gabor Juhos <juhosg@openwrt.org> + * Copyright (C) 2008-2010 Gabor Juhos <juhosg@openwrt.org> * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org> * * This program is free software; you can redistribute it and/or modify it @@ -23,10 +23,11 @@ #define RT2880_I2C_BASE 0x00300900 #define RT2880_SPI_BASE 0x00300b00 #define RT2880_UART1_BASE 0x00300c00 -#define RT2880_FE_BASE 0x00310000 -#define RT2880_ROM_BASE 0x00400000 +#define RT2880_FE_BASE 0x00400000 +#define RT2880_ROM_BASE 0x00410000 +#define RT2880_PCM_BASE 0x00420000 #define RT2880_PCI_BASE 0x00440000 -#define RT2880_WMAC_BASE 0x00600000 +#define RT2880_WMAC_BASE 0x00480000 #define RT2880_FLASH1_BASE 0x01000000 #define RT2880_FLASH0_BASE 0x1fc00000 #define RT2880_SDRAM_BASE 0x08000000 |