mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-01 19:46:51 +00:00
0cfdc7d446
SPDX moved from GPL-2.0 to GPL-2.0-only and from GPL-2.0+ to GPL-2.0-or-later. Reflect that in the SPDX license headers. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
35 lines
647 B
Plaintext
35 lines
647 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
/dts-v1/;
|
|
|
|
#include "mt7628an_asus_rt-n1x.dtsi"
|
|
|
|
/ {
|
|
compatible = "asus,rt-n12-vp-b1", "mediatek,mt7628an-soc";
|
|
model = "Asus RT-N12 VP B1";
|
|
|
|
leds {
|
|
compatible = "gpio-leds";
|
|
|
|
led_power: power {
|
|
label = "rt-n12-vp-b1:green:power";
|
|
gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
|
|
};
|
|
|
|
wlan {
|
|
label = "rt-n12-vp-b1:green:wlan";
|
|
gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
|
|
linux,default-trigger = "phy0tpt";
|
|
};
|
|
|
|
wan {
|
|
label = "rt-n12-vp-b1:green:wan";
|
|
gpios = <&gpio 43 GPIO_ACTIVE_LOW>;
|
|
};
|
|
|
|
lan {
|
|
label = "rt-n12-vp-b1:green:lan";
|
|
gpios = <&gpio 42 GPIO_ACTIVE_LOW>;
|
|
};
|
|
};
|
|
};
|