2107da5435c85015c8f23364abc9aa993d99f9f3
[openwrt/staging/dedeckeh.git] / target / linux / lantiq / files / arch / mips / boot / dts / lantiq / falcon_lantiq_easy98000-nand.dts
1 /dts-v1/;
2
3 #include "falcon_lantiq_easy98000.dtsi"
4
5 / {
6 model = "Lantiq Falcon (NAND)";
7 compatible = "lantiq,easy98000-nand", "lantiq,easy98000", "lantiq,falcon";
8
9 aliases {
10 spi0 = &spi;
11 };
12 };
13
14 &ebu_cs0 {
15 flash@0 {
16 compatible = "gen_nand", "lantiq,nand-falcon";
17 bank-width = <1>;
18 reg = <0x0 0x40000>;
19 #address-cells = <1>;
20 #size-cells = <1>;
21 linux,mtd-name = "gen_nand";
22 bbt-use-flash;
23
24 partition@0 {
25 label = "uboot";
26 reg = <0x00000 0x40000>;
27 };
28
29 partition@10000 {
30 label = "uboot_env";
31 reg = <0x40000 0x40000>;
32 };
33
34 partition@20000 {
35 label = "linux";
36 reg = <0x80000 0x3d0000>;
37 };
38 };
39 };