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