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