88fbcaaa6a4b896149114de5543a8e6d87f42aaf
[openwrt/staging/mkresin.git] / target / linux / lantiq / dts / EASY80920NAND.dts
1 /dts-v1/;
2
3
4 /include/ "EASY80920.dtsi"
5
6 / {
7 fpi@10000000 {
8 localbus@0 {
9 ranges = <0 0 0x4000000 0x3ffffff>;
10 nand-parts@0 {
11 compatible = "gen_nand", "lantiq,nand-xway";
12 lantiq,cs = <1>;
13 bank-width = <2>;
14 reg = <0 0x0 0x2000000>;
15 #address-cells = <1>;
16 #size-cells = <1>;
17
18 partition@0 {
19 label = "uboot";
20 reg = <0x00000 0x40000>;
21 };
22
23 partition@10000 {
24 label = "uboot_env";
25 reg = <0x40000 0x40000>;
26 };
27
28 partition@20000 {
29 label = "firmware";
30 reg = <0x80000 0x3f80000>;
31 };
32 };
33 };
34 };
35 };