1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-14 19:23:53 +02:00
openwrt/target/linux/ramips/dts/mt7621_netgear_r6900-v2.dts
Dale Hui 16fc409e7a ramips: add support for Netgear R6900v2
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>
2021-09-26 15:15:36 +02:00

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";
};
};