2 * Ralink RT3662/3883 SoC specific platform device definitions
4 * Copyright (C) 2011-2012 Gabor Juhos <juhosg@openwrt.org>
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.
11 #ifndef _RT3883_DEVICES_H
12 #define _RT3883_DEVICES_H
14 struct physmap_flash_data
;
16 extern struct physmap_flash_data rt3883_flash0_data
;
17 extern struct physmap_flash_data rt3883_flash1_data
;
18 void rt3883_register_pflash(unsigned int id
);
21 void rt3883_register_nand(struct mtd_partition
*parts
, int nr_parts
);
23 extern struct ramips_eth_platform_data rt3883_eth_data
;
24 void rt3883_register_ethernet(void);
25 void rt3883_register_usbhost(void);
26 void rt3883_register_wlan(void);
27 void rt3883_register_wdt(bool enable_reset
);
29 #endif /* _RT3883_DEVICES_H */