mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
16 lines
279 B
Plaintext
16 lines
279 B
Plaintext
|
// 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";
|
||
|
};
|
||
|
};
|