OpenWrt – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 /dts-v1/;
2  
3 #include "falcon.dtsi"
4 #include "EASY98000-base.dtsi"
5  
6 / {
7 model = "Lantiq Falcon (NAND)";
8 compatible = "lantiq,easy98000-nand", "lantiq,easy98000", "lantiq,falcon";
9  
10 aliases {
11 spi0 = &spi;
12 };
13 };
14  
15 &ebu_cs0 {
16 gen_nand@0 {
17 compatible = "gen_nand", "lantiq,nand-falcon";
18 bank-width = <1>;
19 reg = <0x0 0x40000>;
20 #address-cells = <1>;
21 #size-cells = <1>;
22 linux,mtd-name = "gen_nand";
23 bbt-use-flash;
24  
25 partition@0 {
26 label = "uboot";
27 reg = <0x00000 0x40000>;
28 };
29  
30 partition@10000 {
31 label = "uboot_env";
32 reg = <0x40000 0x40000>;
33 };
34  
35 partition@20000 {
36 label = "linux";
37 reg = <0x80000 0x3d0000>;
38 };
39 };
40 };