603a8fa5155794f577cd06548601fdf7ede8781b
[openwrt/staging/mkresin.git] / target / linux / ramips / dts / mt7628an_asus_rt-n12-vp-b1.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later
2
3 #include "mt7628an_asus_rt-n1x.dtsi"
4
5 / {
6 compatible = "asus,rt-n12-vp-b1", "mediatek,mt7628an-soc";
7 model = "Asus RT-N12 VP B1";
8
9 leds {
10 compatible = "gpio-leds";
11
12 led_power: power {
13 label = "rt-n12-vp-b1:green:power";
14 gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
15 };
16
17 wlan {
18 label = "rt-n12-vp-b1:green:wlan";
19 gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
20 linux,default-trigger = "phy0tpt";
21 };
22
23 wan {
24 label = "rt-n12-vp-b1:green:wan";
25 gpios = <&gpio 43 GPIO_ACTIVE_LOW>;
26 };
27
28 lan {
29 label = "rt-n12-vp-b1:green:lan";
30 gpios = <&gpio 42 GPIO_ACTIVE_LOW>;
31 };
32 };
33 };