ramips: mt7620: use OKLI loader with Jboot devices
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7620a_dlink_dwr-118-a1.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7620a.dtsi"
4
5 #include <dt-bindings/gpio/gpio.h>
6 #include <dt-bindings/input/input.h>
7 #include <dt-bindings/mtd/partitions/uimage.h>
8
9 / {
10 compatible = "dlink,dwr-118-a1", "ralink,mt7620a-soc";
11 model = "D-Link DWR-118 A1";
12
13 aliases {
14 led-boot = &led_internet;
15 led-failsafe = &led_internet;
16 led-upgrade = &led_internet;
17 };
18
19 keys {
20 compatible = "gpio-keys";
21
22 wps {
23 label = "wps";
24 gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
25 linux,code = <KEY_WPS_BUTTON>;
26 };
27
28 reset {
29 label = "reset";
30 gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
31 linux,code = <KEY_RESTART>;
32 };
33 };
34
35 leds {
36 compatible = "gpio-leds";
37
38 wan {
39 label = "green:wan";
40 gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
41 };
42
43 led_internet: internet {
44 label = "green:internet";
45 gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
46 };
47
48 lan {
49 label = "green:lan";
50 gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
51 };
52
53 wlan2g {
54 label = "green:wlan2g";
55 gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
56 };
57
58 usb {
59 label = "green:usb";
60 gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
61 trigger-sources = <&ohci_port1>, <&ehci_port1>;
62 linux,default-trigger = "usbport";
63 };
64 };
65
66 gpio_export {
67 compatible = "gpio-export";
68 #size-cells = <0>;
69
70 usb {
71 gpio-export,name = "usb";
72 gpio-export,output = <0>;
73 gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
74 };
75 };
76 };
77
78 &gpio1 {
79 status = "okay";
80 };
81
82 &gpio2 {
83 status = "okay";
84 };
85
86 &gpio3 {
87 status = "okay";
88 };
89
90 &spi0 {
91 status = "okay";
92
93 flash@0 {
94 compatible = "jedec,spi-nor";
95 reg = <0>;
96 spi-max-frequency = <80000000>;
97
98 partitions {
99 compatible = "fixed-partitions";
100 #address-cells = <1>;
101 #size-cells = <1>;
102
103 partition@0 {
104 label = "jboot";
105 reg = <0x0 0x10000>;
106 read-only;
107 };
108
109 partition@10000 {
110 compatible = "openwrt,uimage", "denx,uimage";
111 openwrt,ih-magic = <IH_MAGIC_OKLI>;
112 openwrt,offset = <0x10000>;
113 label = "firmware";
114 reg = <0x10000 0xfe0000>;
115 };
116
117 config: partition@ff0000 {
118 label = "config";
119 reg = <0xff0000 0x10000>;
120 read-only;
121 };
122 };
123 };
124 };
125
126 &ehci {
127 status = "okay";
128 };
129
130 &ohci {
131 status = "okay";
132 };
133
134 &state_default {
135 default {
136 groups = "ephy", "uartf", "spi refclk", "wled";
137 function = "gpio";
138 };
139 };
140
141 &pcie {
142 status = "okay";
143 };
144
145 &pcie0 {
146 wifi@0,0 {
147 reg = <0x0000 0 0 0 0>;
148 nvmem-cells = <&macaddr_config_e496>;
149 nvmem-cell-names = "mac-address";
150 mac-address-increment = <(2)>;
151 mediatek,mtd-eeprom = <&config 0xe083>;
152
153 led {
154 led-sources = <0>;
155 led-active-low;
156 };
157 };
158 };
159
160 &ethernet {
161 pinctrl-names = "default";
162 pinctrl-0 = <&rgmii1_pins &rgmii2_pins &mdio_pins>;
163
164 port@4 {
165 status = "okay";
166 phy-handle = <&phy4>;
167 phy-mode = "rgmii";
168 };
169
170 port@5 {
171 status = "okay";
172 phy-handle = <&phy5>;
173 phy-mode = "rgmii";
174 };
175
176 mdio-bus {
177 status = "okay";
178
179 phy4: ethernet-phy@4 {
180 reg = <4>;
181 phy-mode = "rgmii-rxid";
182 };
183
184 phy5: ethernet-phy@5 {
185 reg = <5>;
186 phy-mode = "rgmii-rxid";
187 };
188 };
189 };
190
191 &gsw {
192 mediatek,port4-gmac;
193 mediatek,ephy-base = /bits/ 8 <8>;
194 };
195
196 &config {
197 compatible = "nvmem-cells";
198 #address-cells = <1>;
199 #size-cells = <1>;
200
201 macaddr_config_e496: macaddr@e496 {
202 reg = <0xe496 0x6>;
203 };
204 };