aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/dts/ar9331_alfa-network_ap121fe.dts
blob: 178a32f4d0fd0888db6557cebb93c15c7dbdce76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT

#include "ar9331_alfa-network_ap121f.dtsi"

/ {
	model = "ALFA Network AP121FE";
	compatible = "alfa-network,ap121fe", "qca,ar9331";

	leds {
		compatible = "gpio-leds";

		lan {
			label = "ap121fe:green:lan";
			gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
		};

		led_vpn: vpn {
			label = "ap121fe:green:vpn";
			gpios = <&gpio 27 GPIO_ACTIVE_LOW>;
		};

		wlan {
			label = "ap121fe:green:wlan";
			gpios = <&gpio 0 GPIO_ACTIVE_HIGH>;
			linux,default-trigger = "phy0tpt";
		};
	};
};

&usb {
	dr_mode = "peripheral";
};