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