502c271ae26a79461391564df979282ae7b04677
[openwrt/staging/wigyori.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 = "archer-c20-v4:green:lan";
24 gpios = <&gpio1 10 GPIO_ACTIVE_LOW>;
25 };
26
27 led_power: power {
28 label = "archer-c20-v4:green:power";
29 gpios = <&gpio0 2 GPIO_ACTIVE_LOW>;
30 };
31
32 wan {
33 label = "archer-c20-v4:green:wan";
34 gpios = <&gpio1 11 GPIO_ACTIVE_LOW>;
35 };
36
37 wan_orange {
38 label = "archer-c20-v4:orange:wan";
39 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
40 };
41
42 wlan5g {
43 label = "archer-c20-v4:green:wlan5g";
44 gpios = <&gpio1 8 GPIO_ACTIVE_LOW>;
45 };
46
47 wlan2g {
48 label = "archer-c20-v4:green:wlan2g";
49 gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
50 };
51
52 wps {
53 label = "archer-c20-v4:green:wps";
54 gpios = <&gpio1 9 GPIO_ACTIVE_LOW>;
55 };
56 };
57
58 keys {
59 compatible = "gpio-keys";
60
61 reset {
62 label = "reset";
63 gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
64 linux,code = <KEY_RESTART>;
65 };
66
67 rfkill {
68 label = "rfkill";
69 gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
70 linux,code = <KEY_RFKILL>;
71 };
72 };
73 };
74
75 &wmac {
76 mtd-mac-address-increment = <(-2)>;
77 };
78
79 &ethernet {
80 mediatek,portmap = "wllll";
81 };
82
83 &state_default {
84 gpio {
85 ralink,group = "i2s", "refclk", "p0led_an", "p1led_an", "p2led_an", "p3led_an", "p4led_an", "wdt";
86 ralink,function = "gpio";
87 };
88 };
89
90 &pcie {
91 status = "okay";
92 };
93
94 &pcie0 {
95 mt76@0,0 {
96 reg = <0x0000 0 0 0 0>;
97 mediatek,mtd-eeprom = <&factory 0x28000>;
98 ieee80211-freq-limit = <5000000 6000000>;
99 mtd-mac-address = <&factory 0xf100>;
100 mtd-mac-address-increment = <(-1)>;
101 };
102 };