| 1 | --- a/arch/mips/bcm63xx/boards/board_bcm963xx.c |
| 2 | +++ b/arch/mips/bcm63xx/boards/board_bcm963xx.c |
| 3 | @@ -575,6 +575,27 @@ static struct board_info __initdata boar |
| 4 | .has_ohci0 = 1, |
| 5 | .has_ehci0 = 1, |
| 6 | }; |
| 7 | + |
| 8 | +static struct board_info __initdata board_DWVS0 = { |
| 9 | + .name = "DWV-S0", |
| 10 | + .expected_cpu_id = 0x6358, |
| 11 | + |
| 12 | + .has_enet0 = 1, |
| 13 | + .has_enet1 = 1, |
| 14 | + .has_pci = 1, |
| 15 | + |
| 16 | + .enet0 = { |
| 17 | + .has_phy = 1, |
| 18 | + .use_internal_phy = 1, |
| 19 | + }, |
| 20 | + |
| 21 | + .enet1 = { |
| 22 | + .force_speed_100 = 1, |
| 23 | + .force_duplex_full = 1, |
| 24 | + }, |
| 25 | + |
| 26 | + .has_ohci0 = 1, |
| 27 | +}; |
| 28 | #endif |
| 29 | |
| 30 | /* |
| 31 | @@ -603,6 +624,7 @@ static const struct board_info __initdat |
| 32 | &board_96358vw, |
| 33 | &board_96358vw2, |
| 34 | &board_AGPFS0, |
| 35 | + &board_DWVS0, |
| 36 | #endif |
| 37 | }; |
| 38 | |
| 39 | |