lantiq: copy target to kernel 5.4
[openwrt/staging/dedeckeh.git] / target / linux / lantiq / files-4.19 / arch / mips / boot / dts / lantiq / vr9_avm_fritz3370-rev2-micron.dts
1 /dts-v1/;
2
3 #include "vr9_avm_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 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 = "on-die";
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 };