kernel: remove non-existant symbols
[oweals/openwrt.git] / target / linux / ramips / dts / mt7620a_hiwifi_hc5761.dts
1 /dts-v1/;
2
3 #include "mt7620a_hiwifi_hc5x61.dtsi"
4
5 / {
6         compatible = "hiwifi,hc5761", "hiwifi,hc5x61", "ralink,mt7620a-soc";
7         model = "HiWiFi HC5761";
8
9         aliases {
10                 led-boot = &led_system;
11                 led-failsafe = &led_system;
12                 led-running = &led_system;
13                 led-upgrade = &led_system;
14         };
15
16         leds {
17                 compatible = "gpio-leds";
18
19                 led_system: system {
20                         label = "hc5761:blue:system";
21                         gpios = <&gpio0 9 GPIO_ACTIVE_LOW>;
22                 };
23
24                 internet {
25                         label = "hc5761:blue:internet";
26                         gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
27                 };
28
29                 wlan2g {
30                         label = "hc5761:blue:wlan2g";
31                         gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
32                         linux,default-trigger = "phy1tpt";
33                 };
34
35                 wlan5g {
36                         label = "hc5761:blue:wlan5g";
37                         gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
38                         linux,default-trigger = "phy0tpt";
39                 };
40         };
41 };
42
43 &ehci {
44         status = "okay";
45 };
46
47 &ohci {
48         status = "okay";
49 };
50
51 &pcie {
52         status = "okay";
53 };
54
55 &pcie0 {
56         mt76@0,0 {
57                 reg = <0x0000 0 0 0 0>;
58                 mediatek,mtd-eeprom = <&factory 0x8000>;
59                 ieee80211-freq-limit = <5000000 6000000>;
60         };
61 };