mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-25 06:26:15 +00:00
16fc409e7a
Netgear R6900v2 is a clone of Netgear R6700v2 Specifications ============== SoC: MediaTek MT7621AT RAM: 256M DDR3 FLASH: 128M NAND WiFi: MediaTek MT7615N an+ac MediaTek MT7615N bgn ETH: MediaTek MT7621AT BTN: 1x Connect (WPS), 1x WLAN, 1x Reset LED: Power (white/amber), WAN(white/amber), 2.4G(white), 5G(white), USB(white) , GuestWifi(white) 4x LAN(white/amber), Wifi Button(white), WPS Button(white) Flash Instructions ================== Login to netgear webinterface and flash factory.img Signed-off-by: Dale Hui <strokes-races0b@icloud.com>
16 lines
285 B
Plaintext
16 lines
285 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
#include "mt7621_netgear_sercomm_bzv.dtsi"
|
|
|
|
/ {
|
|
compatible = "netgear,r6900-v2", "mediatek,mt7621-soc";
|
|
model = "Netgear R6900 v2";
|
|
};
|
|
|
|
&leds {
|
|
guest_wifi {
|
|
gpios = <&gpio_expander 6 GPIO_ACTIVE_LOW>;
|
|
label = "white:guest_wifi";
|
|
};
|
|
};
|