1a94446c7a499510738e7aa95e515655672dc68a
[openwrt/staging/jow.git] / target / linux / mediatek / dts / mt7622-rfb1-ubi.dts
1 /dts-v1/;
2
3 #include "mt7622-rfb1.dts"
4 / {
5 model = "MT7622_MT7531 RFB (UBI)";
6 compatible = "mediatek,mt7622-rfb1-ubi";
7 };
8
9 &snand {
10 mediatek,bmt-v2;
11 mediatek,bmt-remap-range = <0x0 0x6c0000>;
12
13 partitions {
14 compatible = "fixed-partitions";
15 #address-cells = <1>;
16 #size-cells = <1>;
17
18 partition@0 {
19 label = "Preloader";
20 reg = <0x00000 0x0080000>;
21 read-only;
22 };
23
24 partition@80000 {
25 label = "ATF";
26 reg = <0x80000 0x0040000>;
27 };
28
29 partition@c0000 {
30 label = "Bootloader";
31 reg = <0xc0000 0x0080000>;
32 };
33
34 partition@140000 {
35 label = "Config";
36 reg = <0x140000 0x0080000>;
37 };
38
39 factory: partition@1c0000 {
40 label = "Factory";
41 reg = <0x1c0000 0x0100000>;
42 };
43
44 partition@200000 {
45 label = "kernel";
46 reg = <0x2c0000 0x400000>;
47 };
48
49 partition@6c0000 {
50 label = "ubi";
51 reg = <0x6c0000 0x6f00000>;
52 };
53
54 /delete-node/ partition@2200000;
55 };
56 };