lantiq: move dts-v1 statement to top-level DTSI files
[openwrt/openwrt.git] / target / linux / lantiq / files-5.4 / arch / mips / boot / dts / lantiq / vr9_avm_fritz3370-rev2-micron.dts
1 #include "vr9_avm_fritz3370-rev2.dtsi"
2
3 / {
4 compatible = "avm,fritz3370-rev2-micron", "avm,fritz3370-rev2", "lantiq,xway", "lantiq,vr9";
5 model = "AVM FRITZ!Box 3370 Rev. 2 (Micron 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-ecc-mode = "on-die";
18
19 partitions {
20 compatible = "fixed-partitions";
21 #address-cells = <1>;
22 #size-cells = <1>;
23
24 partition@0 {
25 label = "kernel";
26 reg = <0x0 0x400000>;
27 };
28
29 partition@400000 {
30 label = "ubi";
31 reg = <0x400000 0x7c00000>;
32 };
33 };
34 };
35 };