475d5a59d7503e5107b88ea8bb91425ce676b3f6
[openwrt/staging/stintel.git] / target / linux / lantiq / files / arch / mips / boot / dts / lantiq / vr9_lantiq_easy80920-nand.dts
1 #include "vr9_lantiq_easy80920.dtsi"
2
3 / {
4 compatible = "lantiq,easy80920-nand", "lantiq,easy80920", "lantiq,xway", "lantiq,vr9";
5 model = "Intel EASY80920 Nand";
6
7 chosen {
8 bootargs = "ubi.mtd=ubi ubi.block=0,rootfsA root=/dev/ubiblock0_1";
9 };
10 };
11
12 &localbus {
13 flash@0 {
14 compatible = "lantiq,nand-xway";
15 lantiq,cs = <1>;
16 bank-width = <2>;
17 reg = <0 0x0 0x2000000>;
18
19 pinctrl-0 = <&nand_pins>;
20 pinctrl-names = "default";
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 = "u-boot-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 };