ramips: fix MikroTik 750Gr3 ports MAC addresses
[openwrt/staging/wigyori.git] / target / linux / ramips / dts / mt7621_netgear_wndr3700-v5.dts
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
3
4 #include "mt7621_netgear_sercomm_ayx.dtsi"
5
6 / {
7 compatible = "netgear,wndr3700-v5", "mediatek,mt7621-soc";
8 model = "Netgear WNDR3700 v5";
9 };
10
11 &led_power {
12 label = "wndr3700-v5:green:power";
13 };
14
15 &led_usb {
16 label = "wndr3700-v5:green:usb";
17 };
18
19 &led_internet {
20 label = "wndr3700-v5:green:wan";
21 };
22
23 &led_wifi {
24 label = "wndr3700-v5:green:wifi";
25 };
26
27 &led_wps {
28 label = "wndr3700-v5:green:wps";
29 };
30
31 &spi0 {
32 status = "okay";
33
34 flash@0 {
35 compatible = "jedec,spi-nor";
36 reg = <0>;
37 spi-max-frequency = <10000000>;
38
39 partitions {
40 compatible = "fixed-partitions";
41 #address-cells = <1>;
42 #size-cells = <1>;
43
44 partition@0 {
45 label = "u-boot";
46 reg = <0x0 0x30000>;
47 read-only;
48 };
49
50 partition@30000 {
51 label = "u-boot-env";
52 reg = <0x30000 0x10000>;
53 read-only;
54 };
55
56 factory: partition@f30000 {
57 label = "factory";
58 reg = <0xf30000 0x10000>;
59 read-only;
60 };
61
62 partition@50000 {
63 compatible = "denx,uimage";
64 label = "firmware";
65 reg = <0x50000 0xee0000>;
66 };
67 };
68 };
69 };