openssl: update download mirrors
[openwrt/openwrt.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 nand-use-soft-ecc-engine;
23
24 partitions {
25 compatible = "fixed-partitions";
26 #address-cells = <1>;
27 #size-cells = <1>;
28
29 partition@0 {
30 label = "uboot";
31 reg = <0x00000 0x100000>; /* 1024 KB */
32 };
33
34 partition@100000 {
35 label = "u-boot-env";
36 reg = <0x100000 0x40000>; /* 256 KB */
37 };
38
39 partition@140000 {
40 label = "ubootconfigB";
41 reg = <0x140000 0x40000>; /* 256 KB */
42 };
43
44 partition@180000 {
45 label = "gphyfirmware";
46 reg = <0x180000 0x40000>; /* 256 KB */
47 };
48
49 partition@1c0000 {
50 label = "ubi";
51 reg = <0x1c0000 0xc800000>;
52 };
53
54 partition@c9c0000 {
55 label = "calibration";
56 reg = <0xc9c0000 0x100000>;
57 };
58
59 partition@cac0000 {
60 label = "res";
61 reg = <0xcac0000 0x13540000>;
62 };
63 };
64 };
65 };