23d47d6ea35b14e88df0ce16cf98493d2f0fabb2
[openwrt/staging/nbd.git] / target / linux / ramips / dts / mt7621_totolink_x5000r.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7621.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7
8 / {
9 compatible = "totolink,x5000r", "mediatek,mt7621-soc";
10 model = "TOTOLINK X5000R";
11
12 aliases {
13 led-boot = &led_sys;
14 led-failsafe = &led_sys;
15 led-running = &led_sys;
16 led-upgrade = &led_sys;
17 label-mac-device = &gmac0;
18 };
19
20 chosen {
21 stdout-path = "serial0:115200n8";
22 bootargs = "console=ttyS0,115200n8";
23 };
24
25 leds {
26 compatible = "gpio-leds";
27
28 led_sys: sys {
29 label = "blue:sys";
30 gpios = <&gpio 18 GPIO_ACTIVE_LOW>;
31 };
32 };
33
34 keys {
35 compatible = "gpio-keys";
36
37 reset {
38 label = "reset";
39 gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
40 debounce-interval = <60>;
41 linux,code = <KEY_RESTART>;
42 };
43 };
44 };
45
46 &spi0 {
47 status = "okay";
48
49 flash@0 {
50 compatible = "jedec,spi-nor";
51 reg = <0>;
52 spi-max-frequency = <50000000>;
53 m25p,fast-read;
54
55 partitions {
56 compatible = "fixed-partitions";
57 #address-cells = <1>;
58 #size-cells = <1>;
59
60 partition@0 {
61 label = "u-boot";
62 reg = <0x0 0x30000>;
63 read-only;
64 };
65
66 partition@30000 {
67 label = "u-boot-env";
68 reg = <0x30000 0x10000>;
69 read-only;
70 };
71
72 factory: partition@40000 {
73 compatible = "nvmem-cells";
74 label = "factory";
75 reg = <0x40000 0x10000>;
76 #address-cells = <1>;
77 #size-cells = <1>;
78 read-only;
79
80 eeprom_factory_0: eeprom@0 {
81 reg = <0x0 0xe00>;
82 };
83
84 macaddr_factory_e000: macaddr@e000 {
85 reg = <0xe000 0x6>;
86 };
87
88 macaddr_factory_e006: macaddr@e006 {
89 reg = <0xe006 0x6>;
90 };
91 };
92
93 partition@50000 {
94 compatible = "denx,uimage";
95 label = "firmware";
96 reg = <0x50000 0xfb0000>;
97 };
98 };
99 };
100 };
101
102 &pcie {
103 status = "okay";
104 };
105
106 &pcie1 {
107 wifi@0,0 {
108 compatible = "mediatek,mt76";
109 reg = <0x0000 0 0 0 0>;
110 nvmem-cells = <&eeprom_factory_0>;
111 nvmem-cell-names = "eeprom";
112 mediatek,disable-radar-background;
113 };
114 };
115
116 &gmac0 {
117 nvmem-cells = <&macaddr_factory_e000>;
118 nvmem-cell-names = "mac-address";
119 };
120
121 &gmac1 {
122 status = "okay";
123 label = "wan";
124 phy-handle = <&ethphy4>;
125
126 nvmem-cells = <&macaddr_factory_e006>;
127 nvmem-cell-names = "mac-address";
128 };
129
130 &mdio {
131 ethphy4: ethernet-phy@4 {
132 reg = <4>;
133 };
134 };
135
136 &switch0 {
137 ports {
138 port@0 {
139 status = "okay";
140 label = "lan1";
141 };
142
143 port@1 {
144 status = "okay";
145 label = "lan2";
146 };
147
148 port@2 {
149 status = "okay";
150 label = "lan3";
151 };
152
153 port@3 {
154 status = "okay";
155 label = "lan4";
156 };
157 };
158 };
159
160 &state_default {
161 gpio {
162 groups = "i2c", "wdt";
163 function = "gpio";
164 };
165 };