ar71xx: add preliminary support for the RouterBOARD 750
[openwrt-10.03/.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-rb750.c
1 /*
2  *  MikroTik RouterBOARD 750 support
3  *
4  *  Copyright (C) 2010 Gabor Juhos <juhosg@openwrt.org>
5  *
6  *  This program is free software; you can redistribute it and/or modify it
7  *  under the terms of the GNU General Public License version 2 as published
8  *  by the Free Software Foundation.
9  */
10
11 #include <asm/mach-ar71xx/ar71xx.h>
12
13 #include "machtype.h"
14 #include "dev-ap91-eth.h"
15
16 static void __init rb750_setup(void)
17 {
18         ap91_eth_init(NULL);
19 }
20
21 MIPS_MACHINE(AR71XX_MACH_RB_750, "750i", "MikroTik RouterBOARD 750",
22              rb750_setup);