lantiq: kernel 4.14: copy patches, config and dts files
[openwrt/staging/mkresin.git] / target / linux / lantiq / files-4.14 / arch / mips / boot / dts / EASY80920NAND.dts
1 /dts-v1/;
2
3
4 #include "EASY80920.dtsi"
5
6 / {
7 compatible = "lantiq,easy80920-nand", "lantiq,easy80920", "lantiq,xway", "lantiq,vr9";
8 model = "Intel EASY80920 Nand";
9
10 chosen {
11 bootargs = "ubi.mtd=ubi ubi.block=0,rootfsA root=/dev/ubiblock0_1";
12 };
13
14 fpi@10000000 {
15 localbus@0 {
16 ranges = <0 0 0x4000000 0x3ffffff>;
17 nand-parts@0 {
18 compatible = "lantiq,nand-xway";
19 lantiq,cs = <1>;
20 bank-width = <2>;
21 reg = <0 0x0 0x2000000>;
22 #address-cells = <1>;
23 #size-cells = <1>;
24
25 partitions {
26 compatible = "fixed-partitions";
27 #address-cells = <1>;
28 #size-cells = <1>;
29
30 partition@0 {
31 label = "uboot";
32 reg = <0x00000 0x100000>; /* 1024 KB */
33 };
34
35 partition@100000 {
36 label = "uboot_env";
37 reg = <0x100000 0x40000>; /* 256 KB */
38 };
39
40 partition@140000 {
41 label = "ubootconfigB";
42 reg = <0x140000 0x40000>; /* 256 KB */
43 };
44
45 partition@180000 {
46 label = "gphyfirmware";
47 reg = <0x180000 0x40000>; /* 256 KB */
48 };
49
50 partition@1c0000 {
51 label = "ubi";
52 reg = <0x1c0000 0xc800000>;
53 };
54
55 partition@c9c0000 {
56 label = "calibration";
57 reg = <0xc9c0000 0x100000>;
58 };
59
60 partition@cac0000 {
61 label = "res";
62 reg = <0xcac0000 0x13540000>;
63 };
64 };
65 };
66 };
67 };
68 };