// SPDX-License-Identifier: GPL-2.0-or-later OR MIT #include "mt7620a_zbtlink_zbt-we1026.dtsi" / { compatible = "zbtlink,zbt-we1026-5g", "zbtlink,zbt-we1026", "ralink,mt7620a-soc"; leds { compatible = "gpio-leds"; lan { label = "green:lan"; gpios = <&gpio2 0 GPIO_ACTIVE_LOW>; }; usb { label = "green:usb"; gpios = <&gpio2 2 GPIO_ACTIVE_HIGH>; trigger-sources = <&ohci_port1>, <&ehci_port1>; linux,default-trigger = "usbport"; }; wifi { label = "green:wifi"; gpios = <&gpio3 0 GPIO_ACTIVE_LOW>; }; }; watchdog { compatible = "linux,wdt-gpio"; gpios = <&gpio0 11 GPIO_ACTIVE_HIGH>; hw_algo = "toggle"; hw_margin_ms = <20000>; always-running; }; }; &pcie { status = "okay"; }; &pcie0 { wifi@0,0 { compatible = "pci14c3,7662"; reg = <0x0000 0 0 0 0>; mediatek,mtd-eeprom = <&factory 0x8000>; ieee80211-freq-limit = <5000000 6000000>; }; }; tion> xenJames
aboutsummaryrefslogtreecommitdiffstats
path: root/tools/vnet/libxutil/Makefile
blob: 4d589b1b7f2fc95a18c917e81bee1217589ed8e9 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83