-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add xiaomi-R4A, NETGEAR R6220, NETGEAR R6800 Co-authored-by: root <[email protected]>
- Loading branch information
Showing
23 changed files
with
9,967 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
/* NETGEAR-BZV */ | ||
|
||
#define BOARD_PID "NETGEAR-BZV" | ||
#define BOARD_NAME "NETGEAR-BZV" | ||
#define BOARD_DESC "NETGEAR Dual MT7615 Wireless Router" | ||
#define BOARD_VENDOR_NAME "NETGEAR Co., Ltd." | ||
#define BOARD_VENDOR_URL "http://www.netgear.com/" | ||
#define BOARD_MODEL_URL "http://www.netgear.com/" | ||
#define BOARD_BOOT_TIME 20 | ||
#define BOARD_FLASH_TIME 120 | ||
#define BOARD_GPIO_BTN_RESET 12 | ||
#define BOARD_GPIO_BTN_WPS 18 | ||
#undef BOARD_GPIO_LED_ALL | ||
#define BOARD_GPIO_LED_WIFI 14 | ||
#define BOARD_GPIO_LED_POWER 0 /* 0: orange, 1: white */ | ||
#define BOARD_GPIO_LED_LAN 9 /* 0: orange, 1: white */ | ||
#define BOARD_GPIO_LED_WAN 3 /* 0: orange, 1: white */ | ||
#define BOARD_GPIO_LED_USB 7 | ||
#undef BOARD_GPIO_LED_ROUTER | ||
#undef BOARD_GPIO_PWR_USB_ON | ||
#undef BOARD_GPIO_PWR_USB | ||
#define BOARD_HAS_5G_11AC 1 | ||
#define BOARD_NUM_ANT_5G_TX 4 | ||
#define BOARD_NUM_ANT_5G_RX 4 | ||
#define BOARD_NUM_ANT_2G_TX 4 | ||
#define BOARD_NUM_ANT_2G_RX 4 | ||
#define BOARD_NUM_ETH_LEDS 5 | ||
#define BOARD_NUM_ETH_EPHY 5 | ||
#define BOARD_HAS_EPHY_L1000 1 | ||
#define BOARD_HAS_EPHY_W1000 1 | ||
#define BOARD_NUM_UPHY_USB3 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
################################################################## | ||
# Board PID # Board Name # PRODUCT # Note | ||
################################################################## | ||
# NETGEAR-BZV # NETGEAR-BZV # MT7621 # | ||
################################################################## | ||
|
||
CFLAGS += -DBOARD_NETGEAR | ||
BOARD_NUM_USB_PORTS=2 |
Oops, something went wrong.