705a9d65348d3f02b655c860de201cdddf4d3612
[openwrt/staging/mkresin.git] / target / linux / lantiq / files-4.14 / arch / mips / boot / dts / FRITZ3370-REV2-MICRON.dts
1 /dts-v1/;
2
3 #include "FRITZ3370-REV2.dtsi"
4
5 / {
6 compatible = "avm,fritz3370-rev2-micron", "avm,fritz3370-rev2", "lantiq,xway", "lantiq,vr9";
7 model = "AVM FRITZ!Box 3370 Rev. 2 (Micron NAND)";
8 };
9
10 &localbus {
11 nand@1 {
12 compatible = "lantiq,nand-xway";
13 bank-width = <2>;
14 reg = <1 0x0 0x2000000>;
15
16 nand-ecc-mode = "on-die";
17
18 partitions {
19 compatible = "fixed-partitions";
20 #address-cells = <1>;
21 #size-cells = <1>;
22
23 partition@0 {
24 label = "kernel";
25 reg = <0x0 0x400000>;
26 };
27
28 partition@400000 {
29 label = "ubi";
30 reg = <0x400000 0x7c00000>;
31 };
32 };
33 };
34 };