6698fb7b9003f1ff175342f342b28d7ded3cf193
[oweals/openwrt.git] / target / linux / lantiq / files / 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
15 &localbus {
16         nand@0 {
17                 compatible = "lantiq,nand-xway";
18                 lantiq,cs = <1>;
19                 bank-width = <2>;
20                 reg = <0 0x0 0x2000000>;
21
22                 partitions {
23                         compatible = "fixed-partitions";
24                         #address-cells = <1>;
25                         #size-cells = <1>;
26
27                         partition@0 {
28                                 label = "uboot";
29                                 reg = <0x00000 0x100000>; /* 1024 KB */
30                         };
31
32                         partition@100000 {
33                                 label = "uboot_env";
34                                 reg = <0x100000 0x40000>; /* 256 KB */
35                         };
36
37                         partition@140000 {
38                                 label = "ubootconfigB";
39                                 reg = <0x140000 0x40000>; /* 256 KB */
40                         };
41
42                         partition@180000 {
43                                 label = "gphyfirmware";
44                                 reg = <0x180000 0x40000>; /* 256 KB */
45                         };
46
47                         partition@1c0000 {
48                                 label = "ubi";
49                                 reg = <0x1c0000 0xc800000>;
50                         };
51
52                         partition@c9c0000 {
53                                 label = "calibration";
54                                 reg = <0xc9c0000 0x100000>;
55                         };
56
57                         partition@cac0000 {
58                                 label = "res";
59                                 reg = <0xcac0000 0x13540000>;
60                         };
61                 };
62         };
63 };