13f9f82b1a8a35f9d75471141e5394c0327e40cc
[openwrt/staging/yousong.git] / target / linux / lantiq / files-5.4 / 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 bbt-use-flash;
22
23 partition@0 {
24 label = "uboot";
25 reg = <0x00000 0x40000>;
26 };
27
28 partition@10000 {
29 label = "uboot_env";
30 reg = <0x40000 0x40000>;
31 };
32
33 partition@20000 {
34 label = "linux";
35 reg = <0x80000 0x3d0000>;
36 };
37 };
38 };