ramips: use DT trigger for 2G WiFi on ASUS RT-AC51U
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7628an_totolink_lr1200.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2 /dts-v1/;
3
4 #include "mt7628an.dtsi"
5
6 #include <dt-bindings/gpio/gpio.h>
7 #include <dt-bindings/input/input.h>
8
9 / {
10 compatible = "totolink,lr1200", "mediatek,mt7628dan";
11 model = "TOTOLINK LR1200";
12
13 aliases {
14 led-boot = &led_sys;
15 led-failsafe = &led_sys;
16 led-running = &led_sys;
17 led-upgrade = &led_sys;
18 };
19
20 leds {
21 compatible = "gpio-leds";
22
23 led_sys: sys {
24 label = "lr1200:blue:sys";
25 gpios = <&gpio 11 GPIO_ACTIVE_LOW>;
26 };
27
28 sms {
29 label = "lr1200:blue:sms";
30 gpios = <&gpio 37 GPIO_ACTIVE_LOW>;
31 };
32
33 wifi {
34 label = "lr1200:blue:wifi";
35 gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
36 linux,default-trigger = "phy0tpt";
37 };
38
39 3g {
40 label = "lr1200:blue:3g";
41 gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
42 };
43
44 4g {
45 label = "lr1200:blue:4g";
46 gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
47 };
48
49 rssi1 {
50 label = "lr1200:blue:rssi1";
51 gpios = <&gpio 46 GPIO_ACTIVE_LOW>;
52 };
53
54 rssi2 {
55 label = "lr1200:blue:rssi2";
56 gpios = <&gpio 3 GPIO_ACTIVE_LOW>;
57 };
58
59 rssi3 {
60 label = "lr1200:blue:rssi3";
61 gpios = <&gpio 2 GPIO_ACTIVE_LOW>;
62 };
63
64 rssi4 {
65 label = "lr1200:blue:rssi4";
66 gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
67 };
68 };
69
70 keys {
71 compatible = "gpio-keys";
72
73 reset {
74 label = "reset";
75 gpios = <&gpio 38 GPIO_ACTIVE_LOW>;
76 linux,code = <KEY_RESTART>;
77 };
78 };
79 };
80
81 &gpio {
82 gpio_modem_reset {
83 gpio-hog;
84 gpios = <45 GPIO_ACTIVE_HIGH>;
85 output-high;
86 line-name = "modem-reset";
87 };
88 };
89
90 &state_default {
91 gpio {
92 groups = "gpio", "i2c", "i2s", "refclk", "uart1", "wdt", "wled_an";
93 function = "gpio";
94 };
95 };
96
97 &pcie {
98 status = "okay";
99 };
100
101 &pcie0 {
102 mt76@0,0 {
103 reg = <0x0000 0 0 0 0>;
104 mediatek,mtd-eeprom = <&factory 0x8000>;
105 ieee80211-freq-limit = <5000000 6000000>;
106 };
107 };
108
109 &wmac {
110 status = "okay";
111 };
112
113 &ethernet {
114 mtd-mac-address = <&factory 0x28>;
115 };
116
117 &spi0 {
118 status = "okay";
119
120 flash@0 {
121 compatible = "jedec,spi-nor";
122 reg = <0>;
123 spi-max-frequency = <40000000>;
124
125 partitions {
126 compatible = "fixed-partitions";
127 #address-cells = <1>;
128 #size-cells = <1>;
129
130 partition@0 {
131 label = "u-boot";
132 reg = <0x0 0x30000>;
133 read-only;
134 };
135
136 partition@30000 {
137 label = "u-boot-env";
138 reg = <0x30000 0x10000>;
139 read-only;
140 };
141
142 factory: partition@40000 {
143 label = "factory";
144 reg = <0x40000 0x10000>;
145 read-only;
146 };
147
148 partition@50000 {
149 compatible = "denx,uimage";
150 label = "firmware";
151 reg = <0x50000 0x7b0000>;
152 };
153 };
154 };
155 };