aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-12-19 10:19:00 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-12-19 10:19:00 +0000
commitb2e0bd66f81bbf1cf4df7114e2de221c6e6c3c66 (patch)
treea31bdf48bc1cd41c40c2d1fd59cbf3a64e655ff1 /target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h
parent55ffcc140127192dc334a5f582da367ee54cc5a0 (diff)
downloadmaster-187ad058-b2e0bd66f81bbf1cf4df7114e2de221c6e6c3c66.tar.gz
master-187ad058-b2e0bd66f81bbf1cf4df7114e2de221c6e6c3c66.tar.bz2
master-187ad058-b2e0bd66f81bbf1cf4df7114e2de221c6e6c3c66.zip
[brcm63xx] fix register definitions for bcm6358, thanks SGDA
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13688 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h')
-rw-r--r--target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h
index 5e3cd9100a..4c8c3fd8b8 100644
--- a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h
+++ b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_cpu.h
@@ -120,15 +120,15 @@ enum bcm63xx_regs_set {
#define BCM_6358_PERF_BASE (0xfffe0000)
#define BCM_6358_TIMER_BASE (0xfffe0040)
#define BCM_6358_WDT_BASE (0xfffe005c)
-#define BCM_6358_UART0_BASE (0xfffe0100)
#define BCM_6358_GPIO_BASE (0xfffe0080)
-#define BCM_6358_SPI_BASE (0xdeadbeef)
-#define BCM_6358_UDC0_BASE (0xfffe0800)
+#define BCM_6358_UART0_BASE (0xfffe0100)
+#define BCM_6358_UDC0_BASE (0xfffe0400)
+#define BCM_6358_SPI_BASE (0xfffe0800)
+#define BCM_6358_MPI_BASE (0xfffe1000)
+#define BCM_6358_PCMCIA_BASE (0xfffe1054)
#define BCM_6358_OHCI0_BASE (0xfffe1400)
#define BCM_6358_OHCI_PRIV_BASE (0xdeadbeef)
#define BCM_6358_USBH_PRIV_BASE (0xfffe1500)
-#define BCM_6358_MPI_BASE (0xfffe1000)
-#define BCM_6358_PCMCIA_BASE (0xfffe1054)
#define BCM_6358_SDRAM_REGS_BASE (0xfffe2300)
#define BCM_6358_DSL_BASE (0xfffe3000)
#define BCM_6358_ENET0_BASE (0xfffe4000)