aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts
diff options
context:
space:
mode:
authorDale Hui <strokes-races0b@icloud.com>2021-08-20 22:36:50 -0700
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-09-26 15:15:30 +0200
commitaf3104d25b0b254d54b3bb3cc570c958c24c4015 (patch)
tree11e4ba578f589a32c7ac19187b63b49c0a1cf774 /target/linux/ramips/dts
parentfc050c7b53116b6e3f2c31797b27cfc76af60e74 (diff)
downloadupstream-af3104d25b0b254d54b3bb3cc570c958c24c4015.tar.gz
upstream-af3104d25b0b254d54b3bb3cc570c958c24c4015.tar.bz2
upstream-af3104d25b0b254d54b3bb3cc570c958c24c4015.zip
ramips: make Netgear R7200 a separate device from R6700v2
With the various variants of Netgear R**** devices, make it more obvious which image should be used for the R7200. Signed-off-by: Dale Hui <strokes-races0b@icloud.com> [provide proper commit message] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r--target/linux/ramips/dts/mt7621_netgear_r7200.dts15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7621_netgear_r7200.dts b/target/linux/ramips/dts/mt7621_netgear_r7200.dts
new file mode 100644
index 0000000000..0ff80830f7
--- /dev/null
+++ b/target/linux/ramips/dts/mt7621_netgear_r7200.dts
@@ -0,0 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0-only
+
+#include "mt7621_netgear_sercomm_bzv.dtsi"
+
+/ {
+ compatible = "netgear,r7200", "mediatek,mt7621-soc";
+ model = "Netgear R7200";
+};
+
+&leds {
+ guest_wifi {
+ gpios = <&gpio_expander 6 GPIO_ACTIVE_LOW>;
+ label = "white:guest_wifi";
+ };
+};