ramips/mt76x8: Name DTS files based on scheme
[oweals/openwrt.git] / target / linux / ramips / dts / mt7628an_tplink_archer-c20-v4.dts
1 /dts-v1/;
2
3 #include "mt7628an_tplink_8m.dtsi"
4
5 #include <dt-bindings/input/input.h>
6 #include <dt-bindings/gpio/gpio.h>
7
8 / {
9         compatible = "tplink,archer-c20-v4", "mediatek,mt7628an-soc";
10         model = "TP-Link Archer C20 v4";
11
12         aliases {
13                 led-boot = &led_power;
14                 led-failsafe = &led_power;
15                 led-running = &led_power;
16                 led-upgrade = &led_power;
17         };
18
19         leds {
20                 compatible = "gpio-leds";
21
22                 lan {
23                         label = "c20-v4:green:lan";
24                         gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
25                 };
26
27                 led_power: power {
28                         label = "c20-v4:green:power";
29                         gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
30                 };
31
32                 wan {
33                         label = "c20-v4:green:wan";
34                         gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
35                 };
36
37                 wan_orange {
38                         label = "c20-v4:orange:wan";
39                         gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
40                 };
41
42                 wlan5g {
43                         label = "c20-v4:green:wlan5g";
44                         gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
45                 };
46
47                 wlan2g {
48                         label = "c20-v4:green:wlan2g";
49                         gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
50                 };
51
52                 wps {
53                         label = "c20-v4:green:wps";
54                         gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
55                 };
56         };
57
58         keys {
59                 compatible = "gpio-keys-polled";
60                 poll-interval = <20>;
61
62                 reset {
63                         label = "reset";
64                         gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
65                         linux,code = <KEY_RESTART>;
66                 };
67
68                 rfkill {
69                         label = "rfkill";
70                         gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
71                         linux,code = <KEY_RFKILL>;
72                 };
73         };
74 };
75
76 &wmac {
77         mtd-mac-address-increment = <(-2)>;
78 };
79
80 &ethernet {
81         mediatek,portmap = "wllll";
82 };
83
84 &pinctrl {
85         state_default: pinctrl0 {
86                 gpio {
87                         ralink,group = "i2s", "refclk", "p0led_an", "p1led_an", "p2led_an", "p3led_an", "p4led_an", "wdt";
88                         ralink,function = "gpio";
89                 };
90         };
91 };
92
93 &pcie {
94         status = "okay";
95 };
96
97 &pcie0 {
98         mt76@0,0 {
99                 reg = <0x0000 0 0 0 0>;
100                 mediatek,mtd-eeprom = <&factory 0x28000>;
101                 ieee80211-freq-limit = <5000000 6000000>;
102                 mtd-mac-address = <&factory 0xf100>;
103                 mtd-mac-address-increment = <(-1)>;
104         };
105 };