summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-03-21 10:50:44 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-03-21 10:50:44 +0000
commit501ebb4f74b00b4c576e1eabdbacfce52d75c27d (patch)
tree019717646daa7b6b77e5aeb78360d939c5cdf6d6 /target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx
parent1f1f83a4ec62dcd43bb7a1f3b6beaa573d717530 (diff)
downloadmaster-31e0f0ae-501ebb4f74b00b4c576e1eabdbacfce52d75c27d.tar.gz
master-31e0f0ae-501ebb4f74b00b4c576e1eabdbacfce52d75c27d.tar.bz2
master-31e0f0ae-501ebb4f74b00b4c576e1eabdbacfce52d75c27d.zip
enable all blocks on 6338 and uart clock on 6345
SVN-Revision: 14957
Diffstat (limited to 'target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx')
-rw-r--r--target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_regs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_regs.h b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_regs.h
index 6323e45dd9..0b150db870 100644
--- a/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_regs.h
+++ b/target/linux/brcm63xx/files/include/asm-mips/mach-bcm63xx/bcm63xx_regs.h
@@ -24,6 +24,11 @@
CKCTL_6338_SAR_EN | \
CKCTL_6338_SPI_EN)
+#define CKCTL_6345_CPU_EN (1 << 0)
+#define CKCTL_6345_UART_EN (1 << 3)
+#define CKCTL_6345_ENET_EN (1 << 7)
+#define CKCTL_6345_USBH_EN (1 << 8)
+
#define CKCTL_6348_ADSLPHY_EN (1 << 0)
#define CKCTL_6348_MPI_EN (1 << 1)
#define CKCTL_6348_SDRAM_EN (1 << 2)