fe77f6520746a5158ed5e5f98592e1e9aa272781
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7621_huasifei_ws1208v2.dts
1 #include "mt7621.dtsi"
2
3 #include <dt-bindings/gpio/gpio.h>
4 #include <dt-bindings/input/input.h>
5
6 / {
7 compatible = "huasifei,ws1208v2", "mediatek,mt7621-soc";
8 model = "Huasifei WS1208V2";
9
10 aliases {
11 led-boot = &led_status;
12 led-failsafe = &led_status;
13 led-running = &led_status;
14 led-upgrade = &led_status;
15 label-mac-device = &gmac0;
16 };
17
18 chosen {
19 bootargs = "console=ttyS0,115200";
20 };
21
22 keys {
23 compatible = "gpio-keys";
24
25 button-reset {
26 label = "Reset";
27 gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
28 linux,code = <KEY_RESTART>;
29 };
30 };
31
32 leds {
33 compatible = "gpio-leds";
34
35 led_status: led-status {
36 label = "green:status";
37 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
38 };
39
40 led-cellular {
41 label = "green:cellular";
42 gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
43 };
44
45 led-wlan5g {
46 label = "green:wlan5g";
47 gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
48 linux,default-trigger = "phy1tpt";
49 };
50
51 led-wlan2g {
52 label = "green:wlan2g";
53 gpios = <&gpio 5 GPIO_ACTIVE_LOW>;
54 linux,default-trigger = "phy0tpt";
55 };
56
57 led-usb {
58 label = "green:usb";
59 gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
60 trigger-sources = <&xhci_ehci_port1>;
61 linux,default-trigger = "usbport";
62 };
63 };
64 };
65
66 &sdhci {
67 status = "okay";
68 };
69
70 &spi0 {
71 status = "okay";
72
73 flash@0 {
74 compatible = "jedec,spi-nor";
75 reg = <0>;
76 spi-max-frequency = <10000000>;
77
78 partitions {
79 compatible = "fixed-partitions";
80 #address-cells = <1>;
81 #size-cells = <1>;
82
83 partition@0 {
84 label = "u-boot";
85 reg = <0x0 0x30000>;
86 read-only;
87 };
88
89 partition@30000 {
90 label = "u-boot-env";
91 reg = <0x30000 0x10000>;
92 read-only;
93 };
94
95 factory: partition@40000 {
96 label = "factory";
97 reg = <0x40000 0x10000>;
98 read-only;
99
100 compatible = "nvmem-cells";
101 #address-cells = <1>;
102 #size-cells = <1>;
103
104 macaddr_factory_e000: macaddr@e000 {
105 reg = <0xe000 0x6>;
106 };
107 };
108
109 partition@50000 {
110 compatible = "denx,uimage";
111 reg = <0x50000 0xfb0000>;
112 label = "firmware";
113 };
114 };
115 };
116 };
117
118 &pcie {
119 status = "okay";
120 };
121
122 &pcie0 {
123 wifi@0,0 {
124 compatible = "pci14c3,7603";
125 reg = <0x0000 0 0 0 0>;
126 mediatek,mtd-eeprom = <&factory 0x0000>;
127 };
128 };
129
130 &pcie1 {
131 wifi@0,0 {
132 compatible = "pci14c3,7662";
133 reg = <0x0000 0 0 0 0>;
134 mediatek,mtd-eeprom = <&factory 0x8000>;
135 ieee80211-freq-limit = <5000000 6000000>;
136
137 led {
138 led-sources = <2>;
139 };
140 };
141 };
142
143 &gmac0 {
144 nvmem-cells = <&macaddr_factory_e000>;
145 nvmem-cell-names = "mac-address";
146 };
147
148 &gmac1 {
149 status = "okay";
150 label = "wan";
151 phy-handle = <&ethphy4>;
152
153 nvmem-cells = <&macaddr_factory_e000>;
154 nvmem-cell-names = "mac-address";
155 };
156
157 &mdio {
158 ethphy4: ethernet-phy@4 {
159 reg = <4>;
160 };
161 };
162
163 &switch0 {
164 ports {
165 port@0 {
166 status = "okay";
167 label = "lan1";
168 };
169
170 port@1 {
171 status = "okay";
172 label = "lan2";
173 };
174
175 port@2 {
176 status = "okay";
177 label = "lan3";
178 };
179
180 port@3 {
181 status = "okay";
182 label = "lan4";
183 };
184 };
185 };