summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-06-26 10:27:13 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-06-26 10:27:13 +0000
commite86e91380ac1f302fd2e838f993527e957be4cfd (patch)
tree462ae741ecdf94bc34754da1d34f080595523458 /target/linux/brcm63xx
parentded8355b494b9f81c131840641991f64bd74d2f8 (diff)
downloadmaster-31e0f0ae-e86e91380ac1f302fd2e838f993527e957be4cfd.tar.gz
master-31e0f0ae-e86e91380ac1f302fd2e838f993527e957be4cfd.tar.bz2
master-31e0f0ae-e86e91380ac1f302fd2e838f993527e957be4cfd.zip
add board definitions for the bcm6338w
SVN-Revision: 16565
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r--target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c b/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c
index f85494d884..ff7cf56974 100644
--- a/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c
+++ b/target/linux/brcm63xx/files/arch/mips/bcm63xx/boards/board_bcm963xx.c
@@ -54,6 +54,13 @@ static struct board_info __initdata board_96338gw = {
.has_ohci0 = 1,
};
+
+static struct board_info __initdata board_96338w = {
+ .name = "9338W",
+ .expected_cpu_id = 0x6338,
+
+ .has_enet0 = 1,
+};
#endif
/*
@@ -287,6 +294,7 @@ static struct board_info __initdata board_AGPFS0 = {
static const struct board_info __initdata *bcm963xx_boards[] = {
#ifdef CONFIG_BCM63XX_CPU_6338
&board_96338gw,
+ &board_96338w,
#endif
#ifdef CONFIG_BCM63XX_CPU_6348
&board_96348r,