lantiq: use new partition layout for EASY80920NAND
[openwrt/openwrt.git] / target / linux / lantiq / dts / EASY80920NAND.dts
1 /dts-v1/;
2
3
4 /include/ "EASY80920.dtsi"
5
6 / {
7 chosen {
8 bootargs = "ubi.mtd=ubi ubi.block=0,rootfsA root=/dev/ubiblock0_1";
9 };
10
11 fpi@10000000 {
12 localbus@0 {
13 ranges = <0 0 0x4000000 0x3ffffff>;
14 nand-parts@0 {
15 compatible = "gen_nand", "lantiq,nand-xway";
16 lantiq,cs = <1>;
17 bank-width = <2>;
18 reg = <0 0x0 0x2000000>;
19 #address-cells = <1>;
20 #size-cells = <1>;
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 };
64 };
65 };