ramips: remove model name from LED labels
[openwrt/openwrt.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 &nand {
11 status = "okay";
12
13 partitions {
14 compatible = "fixed-partitions";
15 #address-cells = <1>;
16 #size-cells = <1>;
17
18 partition@0 {
19 label = "u-boot";
20 reg = <0x0 0x100000>;
21 read-only;
22 };
23
24 partition@100000 {
25 label = "SC PID";
26 reg = <0x100000 0x100000>;
27 read-only;
28 };
29
30 partition@200000 {
31 label = "kernel";
32 reg = <0x200000 0x400000>;
33 };
34
35 partition@600000 {
36 label = "ubi";
37 reg = <0x600000 0x1c00000>;
38 };
39
40 factory: partition@2e00000 {
41 label = "factory";
42 reg = <0x2e00000 0x100000>;
43 read-only;
44 };
45
46 partition@4200000 {
47 label = "reserved";
48 reg = <0x4200000 0x3c00000>;
49 read-only;
50 };
51 };
52 };