2 * Saeed Bishara <saeed@marvell.com>
4 * Marvell DB-88F628{1,2}-BP Development Board Setup
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2. This program is licensed "as is" without any
8 * warranty of any kind, whether express or implied.
11 #include <linux/kernel.h>
12 #include <linux/init.h>
14 #include <linux/mv643xx_eth.h>
17 static struct mv643xx_eth_platform_data db88f628x_ge00_data
= {
18 .phy_addr
= MV643XX_ETH_PHY_ADDR(8),
21 void __init
db88f628x_init(void)
23 kirkwood_ge00_init(&db88f628x_ge00_data
);