dnsmasq: full: disable ipset support by default
[openwrt/staging/mkresin.git] / target / linux / ramips / dts / mt7628an_hiwifi_hc5761a.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7628an_hiwifi_hc5x61a.dtsi"
4
5 / {
6 compatible = "hiwifi,hc5761a", "mediatek,mt7628an-soc";
7 model = "HiWiFi HC5761A";
8
9 leds {
10 compatible = "gpio-leds";
11
12 led_system: system {
13 label = "blue:system";
14 gpios = <&gpio 37 GPIO_ACTIVE_HIGH>;
15 };
16
17 internet {
18 label = "blue:internet";
19 gpios = <&gpio 1 GPIO_ACTIVE_HIGH>;
20 };
21
22 wlan2g {
23 label = "blue:wlan2g";
24 gpios = <&gpio 44 GPIO_ACTIVE_HIGH>;
25 linux,default-trigger = "phy0tpt";
26 };
27
28 wlan5g {
29 label = "blue:wlan5g";
30 gpios = <&gpio 40 GPIO_ACTIVE_HIGH>;
31 linux,default-trigger = "phy1tpt";
32 };
33 };
34
35 gpio_export {
36 compatible = "gpio-export";
37 #size-cells = <0>;
38
39 usb_power {
40 gpio-export,name = "usb_power";
41 gpio-export,output = <0>;
42 gpios = <&gpio 41 GPIO_ACTIVE_LOW>;
43 };
44 };
45 };
46
47 &state_default {
48 gpio {
49 groups = "i2c", "refclk", "wdt", "p2led_an", "p3led_an", "wled_an";
50 function = "gpio";
51 };
52 };
53
54 &pcie {
55 status = "okay";
56 };
57
58 &pcie0 {
59 wifi@0,0 {
60 reg = <0x0000 0 0 0 0>;
61 mediatek,mtd-eeprom = <&factory 0x8000>;
62 ieee80211-freq-limit = <5000000 6000000>;
63 };
64 };