lantiq: remove support for the linux,mtd-name OF property
[openwrt/staging/mkresin.git] / target / linux / lantiq / files / arch / mips / boot / dts / lantiq / vr9_avm_fritz3370-rev2-hynix.dts
1 /dts-v1/;
2
3 #include "vr9_avm_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 flash@1 {
12 compatible = "lantiq,nand-xway";
13 bank-width = <2>;
14 reg = <1 0x0 0x2000000>;
15
16 pinctrl-0 = <&nand_pins>, <&nand_cs1_pins>;
17 pinctrl-names = "default";
18
19 nand-ecc-mode = "soft";
20 nand-ecc-strength = <3>;
21 nand-ecc-step-size = <256>;
22
23 partitions {
24 compatible = "fixed-partitions";
25 #address-cells = <1>;
26 #size-cells = <1>;
27
28 partition@0 {
29 label = "kernel";
30 reg = <0x0 0x400000>;
31 };
32
33 partition@400000 {
34 label = "ubi";
35 reg = <0x400000 0x7c00000>;
36 };
37 };
38 };
39 };