644972d15fbe317f6d0babecf5246eb0e670c13a
[openwrt/staging/mkresin.git] / target / linux / ramips / dts / mt7621_netgear_r6220.dts
1 // SPDX-License-Identifier: GPL-2.0-only
2
3 #include "mt7621_netgear_sercomm_ayx.dtsi"
4
5 / {
6 compatible = "netgear,r6220", "mediatek,mt7621-soc";
7 model = "Netgear R6220";
8 };
9
10 &led_power {
11 label = "r6220:green:power";
12 };
13
14 &led_usb {
15 label = "r6220:green:usb";
16 };
17
18 &led_internet {
19 label = "r6220:green:wan";
20 };
21
22 &led_wifi {
23 label = "r6220:green:wifi";
24 };
25
26 &led_wps {
27 label = "r6220:green:wps";
28 };
29
30 &nand {
31 status = "okay";
32
33 partitions {
34 compatible = "fixed-partitions";
35 #address-cells = <1>;
36 #size-cells = <1>;
37
38 partition@0 {
39 label = "u-boot";
40 reg = <0x0 0x100000>;
41 read-only;
42 };
43
44 partition@100000 {
45 label = "SC PID";
46 reg = <0x100000 0x100000>;
47 read-only;
48 };
49
50 partition@200000 {
51 label = "kernel";
52 reg = <0x200000 0x400000>;
53 };
54
55 partition@600000 {
56 label = "ubi";
57 reg = <0x600000 0x1c00000>;
58 };
59
60 factory: partition@2e00000 {
61 label = "factory";
62 reg = <0x2e00000 0x100000>;
63 read-only;
64 };
65
66 partition@4200000 {
67 label = "reserved";
68 reg = <0x4200000 0x3c00000>;
69 read-only;
70 };
71 };
72 };