a9b62b1b28d3ae5080a7efda7ea23e6f92ca5fb0
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7621_xiaomi_mi-router-4.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7621_xiaomi_nand_128m.dtsi"
4
5 / {
6 compatible = "xiaomi,mi-router-4", "mediatek,mt7621-soc";
7 model = "Xiaomi Mi Router 4";
8
9 aliases {
10 led-boot = &led_status_yellow;
11 led-failsafe = &led_status_red;
12 led-running = &led_status_blue;
13 led-upgrade = &led_status_yellow;
14 label-mac-device = &gmac0;
15 };
16
17 leds {
18 compatible = "gpio-leds";
19
20 led_status_red: status_red {
21 label = "red:status";
22 gpios = <&gpio 6 GPIO_ACTIVE_LOW>;
23 };
24
25 led_status_blue: status_blue {
26 label = "blue:status";
27 gpios = <&gpio 8 GPIO_ACTIVE_LOW>;
28 };
29
30 led_status_yellow: status_yellow {
31 label = "yellow:status";
32 gpios = <&gpio 10 GPIO_ACTIVE_LOW>;
33 };
34 };
35 };
36
37 &keys {
38 minet {
39 label = "minet";
40 gpios = <&gpio 12 GPIO_ACTIVE_LOW>;
41 linux,code = <KEY_WPS_BUTTON>;
42 };
43 };
44
45 &pcie {
46 status = "okay";
47 };
48
49 &pcie0 {
50 wifi@0,0 {
51 compatible = "pci14c3,7603";
52 reg = <0x0000 0 0 0 0>;
53 nvmem-cells = <&eeprom_factory_0>;
54 nvmem-cell-names = "eeprom";
55 ieee80211-freq-limit = <2400000 2500000>;
56 };
57 };
58
59 &pcie1 {
60 wifi@0,0 {
61 compatible = "pci14c3,7662";
62 reg = <0x0000 0 0 0 0>;
63 nvmem-cells = <&eeprom_factory_8000>;
64 nvmem-cell-names = "eeprom";
65 ieee80211-freq-limit = <5000000 6000000>;
66 };
67 };
68
69 &gmac0 {
70 nvmem-cells = <&macaddr_factory_e000>;
71 nvmem-cell-names = "mac-address";
72 };
73
74 &gmac1 {
75 status = "okay";
76 label = "wan";
77 phy-handle = <&ethphy4>;
78
79 nvmem-cells = <&macaddr_factory_e006>;
80 nvmem-cell-names = "mac-address";
81 };
82
83 &mdio {
84 ethphy4: ethernet-phy@4 {
85 reg = <4>;
86 };
87 };
88
89 &switch0 {
90 ports {
91 port@1 {
92 status = "okay";
93 label = "lan2";
94 };
95
96 port@2 {
97 status = "okay";
98 label = "lan1";
99 };
100 };
101 };
102
103 &state_default {
104 gpio {
105 groups = "jtag", "uart2", "uart3", "wdt";
106 function = "gpio";
107 };
108 };