mpc85xx: fix address config for ws-ap3825i
[openwrt/openwrt.git] / target / linux / ramips / dts / mt7628an_netgear_r6020.dts
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2
3 #include "mt7628an_netgear_r6xxx.dtsi"
4
5 / {
6 compatible = "netgear,r6020", "mediatek,mt7628an-soc";
7 model = "Netgear R6020";
8 };
9
10 &state_default {
11 gpio {
12 groups = "p0led_an", "p1led_an", "p2led_an", "p3led_an",
13 "p4led_an", "wdt", "wled_an";
14 function = "gpio";
15 };
16 };
17
18 &partitions {
19 partition@90000 {
20 compatible = "denx,uimage";
21 label = "firmware";
22 reg = <0x90000 0x6f0000>;
23 };
24
25 partition@780000 {
26 label = "ML";
27 reg = <0x780000 0x20000>;
28 read-only;
29 };
30
31 partition@7a0000 {
32 label = "ML1";
33 reg = <0x7a0000 0x20000>;
34 read-only;
35 };
36
37 partition@7c0000 {
38 label = "ML2";
39 reg = <0x7c0000 0x20000>;
40 read-only;
41 };
42
43 partition@7e0000 {
44 label = "POT";
45 reg = <0x7e0000 0x10000>;
46 read-only;
47 };
48
49 partition@7f0000 {
50 label = "reserved";
51 reg = <0x7f0000 0x10000>;
52 read-only;
53 };
54 };
55
56 &ehci {
57 status = "disabled";
58 };
59
60 &ohci {
61 status = "disabled";
62 };