#define NW718_GPIO_BUTTON_RESET 10
#define NW718_GPIO_SPI_CS0 3
-#define NW718_GPIO_SPI_SCK 4
-#define NW718_GPIO_SPI_MOSI 5
-#define NW718_GPIO_SPI_MISO 6
#define NW718_BUTTONS_POLL_INTERVAL 20
rt305x_register_wifi();
rt305x_register_wdt();
rt305x_register_spi(nw718_spi_info, ARRAY_SIZE(nw718_spi_info));
+ rt305x_register_usb();
}
MIPS_MACHINE(RAMIPS_MACH_WHR_G300N, "NW718", "Netcore NW718", nw718_init);